From 3add402da9fc5b574f34e37e951779212ce28ed1 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Sun, 22 Aug 2021 15:25:54 -0400 Subject: Begin port of tnsl-parse code to native TNSL --- tnslc/src/compile/compile.tnsl | 5 ++++- tnslc/src/compile/format/elf.tnsl | 0 tnslc/src/compile/format/format.tnsl | 0 tnslc/src/compile/format/iex.tnsl | 0 tnslc/src/compile/format/out.tnsl | 0 tnslc/src/compile/format/pe.tnsl | 0 6 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 tnslc/src/compile/format/elf.tnsl create mode 100644 tnslc/src/compile/format/format.tnsl create mode 100644 tnslc/src/compile/format/iex.tnsl create mode 100644 tnslc/src/compile/format/out.tnsl create mode 100644 tnslc/src/compile/format/pe.tnsl (limited to 'tnslc/src/compile') 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 diff --git a/tnslc/src/compile/format/format.tnsl b/tnslc/src/compile/format/format.tnsl new file mode 100644 index 0000000..e69de29 diff --git a/tnslc/src/compile/format/iex.tnsl b/tnslc/src/compile/format/iex.tnsl new file mode 100644 index 0000000..e69de29 diff --git a/tnslc/src/compile/format/out.tnsl b/tnslc/src/compile/format/out.tnsl new file mode 100644 index 0000000..e69de29 diff --git a/tnslc/src/compile/format/pe.tnsl b/tnslc/src/compile/format/pe.tnsl new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3