From 4fbc5d6511a404319a5392f96b105823a63de893 Mon Sep 17 00:00:00 2001 From: Kai Gunger Date: Sat, 11 Jul 2026 05:56:21 -0400 Subject: [tnslc] Tokenizer bootstrap --- tnslc/compile/codegen.tnsl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tnslc/compile/codegen.tnsl') diff --git a/tnslc/compile/codegen.tnsl b/tnslc/compile/codegen.tnsl index dae3764..d30ef37 100644 --- a/tnslc/compile/codegen.tnsl +++ b/tnslc/compile/codegen.tnsl @@ -65,9 +65,9 @@ # var_tests(~buffer) # Write assembly to output file - fout.create() + fout`.create() buffer.write_to(fout) - fout.close() + fout`.close() # Free all structs mod.end() -- cgit v1.2.3