parsing fixes
This commit is contained in:
parent
e3547b76b1
commit
b79c3e0f5a
4 changed files with 18 additions and 5 deletions
|
@ -167,7 +167,7 @@ function main
|
|||
|
||||
tokens = malloc(16000000)
|
||||
p = tokenize(pptokens, tokens, input_filename, 1)
|
||||
print_tokens(tokens)
|
||||
print_tokens(tokens, p)
|
||||
; NOTE: do NOT free pptokens as identifiers still reference them.
|
||||
|
||||
ast = malloc(56000000)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue