diff options
Diffstat (limited to 'lib/tokens.mly')
-rw-r--r-- | lib/tokens.mly | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tokens.mly b/lib/tokens.mly index 7720440..1c199fa 100644 --- a/lib/tokens.mly +++ b/lib/tokens.mly @@ -4,6 +4,7 @@ %token PLUS %token MINUS %token INCR DECR +%token MULT_EQUAL %token STAR %token DIV %token MOD |