From 508fe2f2c49235e3f7cab042a4cc1d0c0bff2052 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Sun, 27 Feb 2011 13:54:01 +0000 Subject: Fix typo pointed out in pr9339. llvm-svn: 126573 --- llvm/docs/tutorial/LangImpl5.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/docs/tutorial') diff --git a/llvm/docs/tutorial/LangImpl5.html b/llvm/docs/tutorial/LangImpl5.html index 3edb621fb6a..166b74a4dd6 100644 --- a/llvm/docs/tutorial/LangImpl5.html +++ b/llvm/docs/tutorial/LangImpl5.html @@ -72,7 +72,7 @@ have an if/then/else expression plus a simple 'for' loop.

Extending Kaleidoscope to support if/then/else is quite straightforward. It -basically requires adding lexer support for this "new" concept to the lexer, +basically requires adding support for this "new" concept to the lexer, parser, AST, and LLVM code emitter. This example is nice, because it shows how easy it is to "grow" a language over time, incrementally extending it as new ideas are discovered.

-- cgit v1.2.3