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/ast/ast.tnsl | |
parent | 5cf518362e6bc08eb44eb8d6ed74a0a23c2c3a5f (diff) |
Add methods to crash in a defined way
Diffstat (limited to 'tnslc/ast/ast.tnsl')
-rw-r--r-- | tnslc/ast/ast.tnsl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tnslc/ast/ast.tnsl b/tnslc/ast/ast.tnsl index bece84e..6e75da6 100644 --- a/tnslc/ast/ast.tnsl +++ b/tnslc/ast/ast.tnsl @@ -44,4 +44,5 @@ #... PREP = 1000 -}
\ No newline at end of file +} + |