diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2022-12-05 18:17:30 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2022-12-05 18:17:30 -0500 |
commit | 65d1112cffbe3a761c96b63c74ce0d704f64fb2d (patch) | |
tree | 2b363b41103a4f6554a368da35d82b947790f11b /tnslc/tnslc.tnsl | |
parent | cd34a562ce21381600799c390ba7e905e9dcf1e8 (diff) |
Include files
Diffstat (limited to 'tnslc/tnslc.tnsl')
-rw-r--r-- | tnslc/tnslc.tnsl | 5 |
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 ;/ |