summaryrefslogtreecommitdiff
path: root/grammar
diff options
context:
space:
mode:
Diffstat (limited to 'grammar')
-rw-r--r--grammar1
1 files changed, 1 insertions, 0 deletions
diff --git a/grammar b/grammar
index 5fa2e73..2042e97 100644
--- a/grammar
+++ b/grammar
@@ -48,6 +48,7 @@ binary-op
| "-"
| "*"
| "/"
+ | "/%" /* Divrem */
| "%" /* Remainder */
| "%%" /* Modulus */
| "~" /* XOR */