From 65d1112cffbe3a761c96b63c74ce0d704f64fb2d Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Mon, 5 Dec 2022 18:17:30 -0500 Subject: Include files --- tnslc/tnslc.tnsl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tnslc/tnslc.tnsl') 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 ;/ -- cgit v1.2.3