diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2022-05-05 16:14:01 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2022-05-05 16:14:01 -0400 |
commit | 2572cd049ee5e1e2685b1abe6bfcfbb8aa988a71 (patch) | |
tree | b191126f961c6befc6da2c65c28d5bef69077579 /tnslc/tnslc.tnsl | |
parent | 5cf518362e6bc08eb44eb8d6ed74a0a23c2c3a5f (diff) |
Add methods to crash in a defined way
Diffstat (limited to 'tnslc/tnslc.tnsl')
-rw-r--r-- | tnslc/tnslc.tnsl | 4 |
1 files changed, 1 insertions, 3 deletions
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] <path to libtnsl>") + ;tnsl.io.println("Usage: tnslc [File to compile] <path to libtnsl>") ;return 1 ;/ @@ -42,7 +42,5 @@ ;tnslc.Node tree_node = tnslc.ast.make_tree(psrc, args{0}) - - ;return 0 ;/ |