diff options
| author | Kai Gunger <kgunger12@gmail.com> | 2026-04-09 02:26:07 -0400 |
|---|---|---|
| committer | Kai Gunger <kgunger12@gmail.com> | 2026-04-09 02:26:07 -0400 |
| commit | e2d0072536bd01ea362e903238f487ba39efa411 (patch) | |
| tree | b2091a8680d369dd782b209a59e7325bb0d5cf82 /tnslc/compile/compile.tnsl | |
| parent | ad3c46f34c64b41dd59d3e2401c55d44f8531e55 (diff) | |
[tnslc] add initial var mov tests
Diffstat (limited to 'tnslc/compile/compile.tnsl')
| -rw-r--r-- | tnslc/compile/compile.tnsl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tnslc/compile/compile.tnsl b/tnslc/compile/compile.tnsl index fbb9670..709dbce 100644 --- a/tnslc/compile/compile.tnsl +++ b/tnslc/compile/compile.tnsl @@ -4,6 +4,7 @@ :import "var.tnsl" :import "function.tnsl" :import "module.tnsl" + :import "tests_var.tnsl" :import "codegen.tnsl" :import "scope.tnsl" ;/ |