diff options
Diffstat (limited to 'tnslc/compile/generator.tnsl')
-rw-r--r-- | tnslc/compile/generator.tnsl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tnslc/compile/generator.tnsl b/tnslc/compile/generator.tnsl index 239b0c3..5d71a05 100644 --- a/tnslc/compile/generator.tnsl +++ b/tnslc/compile/generator.tnsl @@ -1,3 +1,13 @@ /; generate (utils.File fin, fout) + ~uint8 fa = fin.path.to_cstr('/') + ~uint8 fb = fout.path.to_cstr('/') + + _printf(fa) + _printf(newline) + _printf(fb) + _printf(newline) + + _delete(fa) + _delete(fb) ;/ |