From 2572cd049ee5e1e2685b1abe6bfcfbb8aa988a71 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Thu, 5 May 2022 16:14:01 -0400 Subject: Add methods to crash in a defined way --- tnslc/tnslc.tnsl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tnslc/tnslc.tnsl') diff --git a/tnslc/tnslc.tnsl b/tnslc/tnslc.tnsl index 194464e..21dbb45 100644 --- a/tnslc/tnslc.tnsl +++ b/tnslc/tnslc.tnsl @@ -28,7 +28,7 @@ /; main ({}{}charp args) [int] /; if (len args < 1) - # ;tnsl.io.println("Usage: tnslc [File to compile] ") + ;tnsl.io.println("Usage: tnslc [File to compile] ") ;return 1 ;/ @@ -42,7 +42,5 @@ ;tnslc.Node tree_node = tnslc.ast.make_tree(psrc, args{0}) - - ;return 0 ;/ -- cgit v1.2.3