mirror of
https://github.com/RPCSX/llvm.git
synced 2025-04-16 15:10:53 +00:00
fit in 80 cols :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43222 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2e90204d59
commit
bee175b3dc
@ -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
|
our lexer will assume that CurTok is the current token that needs to be
|
||||||
parsed.</p>
|
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>
|
</p>
|
||||||
|
|
||||||
<div class="doc_code">
|
<div class="doc_code">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user