diff options
Diffstat (limited to 'tnslc/compile/generator.tnsl')
-rw-r--r-- | tnslc/compile/generator.tnsl | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tnslc/compile/generator.tnsl b/tnslc/compile/generator.tnsl deleted file mode 100644 index 10c75f8..0000000 --- a/tnslc/compile/generator.tnsl +++ /dev/null @@ -1,11 +0,0 @@ - - -/; generate (~utils.File fin, fout) - - Node root - root.init(NT_MODULE, NULL) - build_file(fin, ~root) - root.end() - -;/ - |