summaryrefslogtreecommitdiff
path: root/src/sys/include/np/lex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/include/np/lex.h')
-rw-r--r--src/sys/include/np/lex.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/sys/include/np/lex.h b/src/sys/include/np/lex.h
index 0381afb..daca954 100644
--- a/src/sys/include/np/lex.h
+++ b/src/sys/include/np/lex.h
@@ -53,6 +53,12 @@ typedef enum {
TT_IDENT, /* '<IDENTIFIER>' */
TT_COMMA, /* ',' */
TT_STAR, /* '*' */
+ TT_MINUS, /* '-' */
+ TT_PLUS, /* '+' */
+ TT_SLASH, /* '/' */
+ TT_EQUALS, /* '=' */
+ TT_GT, /* '>' */
+ TT_LT, /* '<' */
/* Types */
TT_U8, /* 'u8' */