summaryrefslogtreecommitdiff
path: root/05/main.b
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-01-14 14:02:34 -0500
committerpommicket <pommicket@gmail.com>2022-01-14 14:02:34 -0500
commitb79c3e0f5a3dfbe9ef48e9cd242e5f1a9687bb8b (patch)
tree7ed293139eb265797545bc525379ffcdee650304 /05/main.b
parente3547b76b13000542c7c7bf63d5e8d508e6b2002 (diff)
parsing fixes
Diffstat (limited to '05/main.b')
-rw-r--r--05/main.b2
1 files changed, 1 insertions, 1 deletions
diff --git a/05/main.b b/05/main.b
index 32c6144..a85818b 100644
--- a/05/main.b
+++ b/05/main.b
@@ -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)