type splitting

This commit is contained in:
pommicket 2022-01-19 11:57:42 -05:00
parent c4b15b98bb
commit 57d918f8ff
3 changed files with 175 additions and 3 deletions

View file

@ -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)