diff options
author | Chimrod <> | 2023-11-03 15:16:21 +0100 |
---|---|---|
committer | Chimrod <> | 2023-11-03 15:16:21 +0100 |
commit | f5d06b0e8e6aaaa05100165bfc7873d2a8be859c (patch) | |
tree | 94a129a9fda6672abc6281cb7bb8f31b6eece433 /lib/qparser/qsp_instruction.mly | |
parent | 180529c30282d39f3506633716e3fe439db03309 (diff) |
Added the /= operator
Diffstat (limited to 'lib/qparser/qsp_instruction.mly')
-rw-r--r-- | lib/qparser/qsp_instruction.mly | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/qparser/qsp_instruction.mly b/lib/qparser/qsp_instruction.mly index b7d2558..ddcbb8d 100644 --- a/lib/qparser/qsp_instruction.mly +++ b/lib/qparser/qsp_instruction.mly @@ -85,6 +85,7 @@ assignation_operator: | INCR { T.Inc } | DECR { T.Decr } | MULT_EQUAL { T.Mult } + | DIV_EQUAL { T.Div_assign } inline_instruction: | hd = inline_instruction |