mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-04 08:41:49 +00:00
Fix typo pointed out in pr9339.
llvm-svn: 126573
This commit is contained in:
parent
8b7659cfbd
commit
ab32f19034
@ -72,7 +72,7 @@ have an if/then/else expression plus a simple 'for' loop.</p>
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
Extending Kaleidoscope to support if/then/else is quite straightforward. It
|
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
|
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
|
easy it is to "grow" a language over time, incrementally extending it as new
|
||||||
ideas are discovered.</p>
|
ideas are discovered.</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user