mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Fix typo pointed out in pr9339.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126573 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f67cf018ab
commit
60c8bf5350
@ -72,7 +72,7 @@ have an if/then/else expression plus a simple 'for' loop.</p>
|
||||
|
||||
<p>
|
||||
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.</p>
|
||||
|
Loading…
Reference in New Issue
Block a user