summaryrefslogtreecommitdiff
path: root/src/sys/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/include')
-rw-r--r--src/sys/include/np/lex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sys/include/np/lex.h b/src/sys/include/np/lex.h
index 235e997..8977305 100644
--- a/src/sys/include/np/lex.h
+++ b/src/sys/include/np/lex.h
@@ -59,6 +59,8 @@ typedef enum {
TT_EQUALS, /* '=' */
TT_GT, /* '>' */
TT_LT, /* '<' */
+ TT_LBRACK, /* '[' */
+ TT_RBRACK, /* ']' */
/* Types */
TT_U8, /* 'u8' */