diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2022-09-14 14:05:03 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2022-09-14 14:05:03 -0400 |
commit | 4e2e269fab3f5facedc6ec0131f132bd66c0aac4 (patch) | |
tree | dab2c175c4c81c3665703c800d07bb1d775821e0 /tnslc/tnslc.tnsl | |
parent | 37d1e9fa02b27d1a6c56b4c95d31e6d2b9eab9ee (diff) |
Focus on ASM generation instead of raw binary
Diffstat (limited to 'tnslc/tnslc.tnsl')
-rw-r--r-- | tnslc/tnslc.tnsl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tnslc/tnslc.tnsl b/tnslc/tnslc.tnsl index 7ea58df..10a7bbd 100644 --- a/tnslc/tnslc.tnsl +++ b/tnslc/tnslc.tnsl @@ -18,7 +18,6 @@ /; export module tnslc :include "parse/parse.tnsl" - :include "ast/ast.tnsl" :include "compile/compile.tnsl" ;/ |