diff options
Diffstat (limited to 'tnslc/tnslc.tnsl')
-rw-r--r-- | tnslc/tnslc.tnsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tnslc/tnslc.tnsl b/tnslc/tnslc.tnsl index 1120745..7ea58df 100644 --- a/tnslc/tnslc.tnsl +++ b/tnslc/tnslc.tnsl @@ -38,7 +38,7 @@ ;tnslc.print_tokens(psrc) - ;tnslc.Node tree_node = tnslc.ast.make_tree(psrc, args{0}) + # ;tnslc.Node tree_node = tnslc.ast.make_tree(psrc, args{0}) ;return 0 ;/ |