summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/cescal/token.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/cescal/token.h b/include/cescal/token.h
index 1f214bb..8757841 100644
--- a/include/cescal/token.h
+++ b/include/cescal/token.h
@@ -19,6 +19,11 @@ typedef enum {
TT_COMMA, /* ',' */
TT_COLON, /* ':' */
TT_ARROW, /* '->' */
+ TT_PLUS, /* '+' */
+ TT_MINUS, /* '-' */
+ TT_SLASH, /* '/' */
+ TT_STAR, /* '*' */
+ TT_EQUALS, /* '=' */
TT_DEFINE, /* '#define' */
TT_IFNDEF, /* '#ifndef' */
TT_IFDEF, /* '#ifdef' */