type splitting
This commit is contained in:
parent
c4b15b98bb
commit
57d918f8ff
3 changed files with 175 additions and 3 deletions
|
@ -172,7 +172,7 @@ function main
|
|||
tokens = malloc(16000000)
|
||||
p = tokenize(pptokens, tokens, input_filename, 1)
|
||||
print_tokens(tokens, p)
|
||||
; NOTE: do NOT free pptokens as identifiers still reference them.
|
||||
; NOTE: do NOT free pptokens; identifiers still reference them.
|
||||
|
||||
parse_tokens(tokens)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue