mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-30 17:33:24 +00:00
fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58384 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f258b02abe
commit
90e619afbe
@ -252,7 +252,7 @@ it has to do is ignore whitespace between tokens. This is accomplished with the
|
||||
recursive call above.</p>
|
||||
|
||||
<p>The next thing <tt>Lexer.lex</tt> needs to do is recognize identifiers and
|
||||
specific keywords like "def". Kaleidoscope does this with this a pattern match
|
||||
specific keywords like "def". Kaleidoscope does this with a pattern match
|
||||
and a helper function.<p>
|
||||
|
||||
<div class="doc_code">
|
||||
|
Loading…
Reference in New Issue
Block a user