Skip to content

Commit

Permalink
chore: source and tokens for assert fail program
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddie authored and Eddie committed Jun 3, 2024
1 parent bb75943 commit 0ff6d43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions programs/assert-fail.source
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
assert false
5 changes: 5 additions & 0 deletions programs/assert-fail.tokens
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
1 1 KEYWORD assert
1 7 SPACE
1 8 KEYWORD false
1 13 NEWLINE
1 14 TERMINAL

0 comments on commit 0ff6d43

Please sign in to comment.