summaryrefslogtreecommitdiff
path: root/tnslc/tnslc.tnsl
diff options
context:
space:
mode:
Diffstat (limited to 'tnslc/tnslc.tnsl')
-rw-r--r--tnslc/tnslc.tnsl5
1 files changed, 3 insertions, 2 deletions
diff --git a/tnslc/tnslc.tnsl b/tnslc/tnslc.tnsl
index 1056dc5..129ef44 100644
--- a/tnslc/tnslc.tnsl
+++ b/tnslc/tnslc.tnsl
@@ -42,13 +42,14 @@
;tnsl.io.print(len psrc`)
;tnsl.io.println(" tokens parsed.")
- # ;tnslc.print_tokens(psrc)
+ ;tnslc.print_tokens(psrc)
# ;tnslc.Node tree_node = tnslc.ast.make_tree(psrc, args{0})
+ ;Path rel = path_from_str(file)
;file.append('.')
;file.append('S')
- ;tnslc.do_compile(file, psrc)
+ ;tnslc.do_compile(file, rel)
;return 0
;/