diff options
author | Chimrod <> | 2023-09-26 21:44:37 +0200 |
---|---|---|
committer | Chimrod <> | 2023-09-26 21:44:37 +0200 |
commit | 46fd5a31d2e07b9df10d07dd900b529aca06a795 (patch) | |
tree | 471ab32b8d0674d0ab6cc58318afb844a88a5a6b /lib/tokens.mly | |
parent | b65767c276124fff7412ef0112929d3aab16553b (diff) |
Added the missing *= operator
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 |