summaryrefslogtreecommitdiff
path: root/src/token.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/token.h')
-rw-r--r--src/token.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/token.h b/src/token.h
index 05a610a..1cc6516 100644
--- a/src/token.h
+++ b/src/token.h
@@ -20,6 +20,7 @@ public:
20 tMinus, 20 tMinus,
21 tDivide, 21 tDivide,
22 tMultiply, 22 tMultiply,
23 tModulus,
23 tOpenParen, 24 tOpenParen,
24 tCloseParen, 25 tCloseParen,
25 tEquals, 26 tEquals,