diff options
Diffstat (limited to 'tnslc/src/compile')
-rw-r--r-- | tnslc/src/compile/compile.tnsl | 5 | ||||
-rw-r--r-- | tnslc/src/compile/format/elf.tnsl | 0 | ||||
-rw-r--r-- | tnslc/src/compile/format/format.tnsl | 0 | ||||
-rw-r--r-- | tnslc/src/compile/format/iex.tnsl | 0 | ||||
-rw-r--r-- | tnslc/src/compile/format/out.tnsl | 0 | ||||
-rw-r--r-- | tnslc/src/compile/format/pe.tnsl | 0 |
6 files changed, 4 insertions, 1 deletions
diff --git a/tnslc/src/compile/compile.tnsl b/tnslc/src/compile/compile.tnsl index b3f4c5d..0fef36c 100644 --- a/tnslc/src/compile/compile.tnsl +++ b/tnslc/src/compile/compile.tnsl @@ -15,5 +15,8 @@ #/ /; export module compile - :include "arch" + /: include + "arch" + "format" + :/ ;/ diff --git a/tnslc/src/compile/format/elf.tnsl b/tnslc/src/compile/format/elf.tnsl new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tnslc/src/compile/format/elf.tnsl diff --git a/tnslc/src/compile/format/format.tnsl b/tnslc/src/compile/format/format.tnsl new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tnslc/src/compile/format/format.tnsl diff --git a/tnslc/src/compile/format/iex.tnsl b/tnslc/src/compile/format/iex.tnsl new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tnslc/src/compile/format/iex.tnsl diff --git a/tnslc/src/compile/format/out.tnsl b/tnslc/src/compile/format/out.tnsl new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tnslc/src/compile/format/out.tnsl diff --git a/tnslc/src/compile/format/pe.tnsl b/tnslc/src/compile/format/pe.tnsl new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tnslc/src/compile/format/pe.tnsl |