From e2d0072536bd01ea362e903238f487ba39efa411 Mon Sep 17 00:00:00 2001 From: Kai Gunger Date: Thu, 9 Apr 2026 02:26:07 -0400 Subject: [tnslc] add initial var mov tests --- tnslc/compile/codegen.tnsl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tnslc/compile/codegen.tnsl') diff --git a/tnslc/compile/codegen.tnsl b/tnslc/compile/codegen.tnsl index 05d0fb7..636f16b 100644 --- a/tnslc/compile/codegen.tnsl +++ b/tnslc/compile/codegen.tnsl @@ -41,6 +41,7 @@ ast.end() ;/ + /; generate (~utils.File fin, fout) # Parse files into AST parse.Node ast = parse.generate_ast(fin) @@ -60,6 +61,9 @@ # Compile code mod.compile(~buffer) + # Tests + # var_tests(~buffer) + # Write assembly to output file fout.create() buffer.write_to(fout) -- cgit v1.2.3