diff options
| author | Kyle Gunger <kgunger12@gmail.com> | 2024-12-13 16:10:14 -0500 |
|---|---|---|
| committer | Kyle Gunger <kgunger12@gmail.com> | 2024-12-13 16:10:14 -0500 |
| commit | 61e1e5ce377719c8e9e437e5ba79ba06fc1de4ba (patch) | |
| tree | 10ad1cbb37ab6fc2cbfc6971f9d00c8610b77f70 /tnslc/compile/compile.tnsl | |
| parent | 8bcb71c01fffa6cb576ad77f90ff3efe5c4c8fca (diff) | |
Type generation for compile modules
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 3560f48..b980b62 100644 --- a/tnslc/compile/compile.tnsl +++ b/tnslc/compile/compile.tnsl @@ -1,4 +1,5 @@ /; module compile :import "type.tnsl" + :import "outbuf.tnsl" :import "generate.tnsl" ;/ |