diff options
Diffstat (limited to 'include/parser.h')
-rw-r--r-- | include/parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/parser.h b/include/parser.h index f045464..f6d56ba 100644 --- a/include/parser.h +++ b/include/parser.h @@ -12,6 +12,7 @@ enum { OP_MOINS_UNARY, OP_DIV, OP_MUL, + OP_MOD, OP_LPAREN, OP_FUNC_CALL, OP_DECAL, |