aboutsummaryrefslogtreecommitdiff
path: root/include/tokenizer.h
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2019-10-02 01:00:59 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-25 14:36:46 +0200
commitb124548bcee1ab6d034d4499fe695073566ae37d (patch)
treee4014070ac69a2b821e12cc9264ba54aaa8089f4 /include/tokenizer.h
parent7eb8642c3ace697b03c4fc6edc90ea0ada715689 (diff)
Add !=,<,<=,>,>=; both signed and not
Diffstat (limited to 'include/tokenizer.h')
-rw-r--r--include/tokenizer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tokenizer.h b/include/tokenizer.h
index 4735d6f..f716ab2 100644
--- a/include/tokenizer.h
+++ b/include/tokenizer.h
@@ -24,6 +24,7 @@ typedef enum {
TOK_FN,
TOK_STRUCT,
TOK_EQUALS,
+ TOK_NOT,
TOK_OPEN_PAREN,
TOK_CLOSING_PAREN,
TOK_COMMA,