mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-07 01:38:26 +00:00
typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43351 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7271423a99
commit
e949512dfa
@ -192,7 +192,7 @@ static int getNextToken() {
|
||||
<p>
|
||||
This implements a simple token buffer around the lexer. This allows
|
||||
us to look one token ahead at what the lexer is returning. Every function in
|
||||
our lexer will assume that CurTok is the current token that needs to be
|
||||
our parser will assume that CurTok is the current token that needs to be
|
||||
parsed.</p>
|
||||
|
||||
<p>Again, we define these with global variables; it would be better design to
|
||||
|
Loading…
x
Reference in New Issue
Block a user