mod function

Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
Anand Krishnamoorthi
2023-02-16 21:53:36 -08:00
committed by Anand Krishnamoorthi
parent b30fc2599c
commit a8a1d4b820
8 changed files with 202 additions and 48 deletions
+1 -1
View File
@@ -415,7 +415,7 @@ impl<'source> Lexer<'source> {
// grouping characters
'{' | '}' | '[' | ']' | '(' | ')' |
// arith operator
'+' | '-' | '*' | '/' |
'+' | '-' | '*' | '/' | '%' |
// bin operator
'&' | '|' |
// separators