mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-16 16:48:02 +00:00
fit in 80 cols :)
llvm-svn: 43222
This commit is contained in:
parent
20c58b6f19
commit
ba810365f8
@ -195,7 +195,8 @@ 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
|
||||
parsed.</p>
|
||||
|
||||
<p>Again, we define these with global variables; it would be better design to wrap the entire parser in a class and use instance variables for these.
|
||||
<p>Again, we define these with global variables; it would be better design to
|
||||
wrap the entire parser in a class and use instance variables for these.
|
||||
</p>
|
||||
|
||||
<div class="doc_code">
|
||||
|
Loading…
x
Reference in New Issue
Block a user