diff options
Diffstat (limited to 'lib/qsp_instruction.mly')
-rw-r--r-- | lib/qsp_instruction.mly | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/qsp_instruction.mly b/lib/qsp_instruction.mly index cfc6124..cc0520f 100644 --- a/lib/qsp_instruction.mly +++ b/lib/qsp_instruction.mly @@ -64,6 +64,8 @@ assignation_operator: | EQUAL { T.Eq' } | INCR { T.Inc } | DECR { T.Decr } + | DECR { T.Decr } + | MULT_EQUAL { T.Mult } inline_instruction: | hd = inline_instruction |