From 46fd5a31d2e07b9df10d07dd900b529aca06a795 Mon Sep 17 00:00:00 2001 From: Chimrod <> Date: Tue, 26 Sep 2023 21:44:37 +0200 Subject: Added the missing *= operator --- lib/tokens.mly | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/tokens.mly') 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 -- cgit v1.2.3