diff options
| author | WormHeamer | 2025-08-03 21:51:29 -0400 |
|---|---|---|
| committer | WormHeamer | 2025-08-03 21:51:29 -0400 |
| commit | a49e785e8536acd6d5ff2c6bebf8d9902d2f3620 (patch) | |
| tree | a84dc858dc046df1c99488a1ae32a9b0003f03e7 /lex.h | |
| parent | 3cdc850f2a7dbf1e170242417d67acf8d7e7b0d8 (diff) | |
add booleans and comparison operators
Diffstat (limited to 'lex.h')
| -rw-r--r-- | lex.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,8 @@ X(VAR, "var")\ X(CONST, "const")\ X(RETURN, "return")\ + X(TRUE, "true")\ + X(FALSE, "false")\ X(LBRACE, "{")\ X(RBRACE, "}")\ X(LPAREN, "(")\ |
