mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
mod function
Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
committed by
Anand Krishnamoorthi
parent
b30fc2599c
commit
a8a1d4b820
+1
-1
@@ -415,7 +415,7 @@ impl<'source> Lexer<'source> {
|
||||
// grouping characters
|
||||
'{' | '}' | '[' | ']' | '(' | ')' |
|
||||
// arith operator
|
||||
'+' | '-' | '*' | '/' |
|
||||
'+' | '-' | '*' | '/' | '%' |
|
||||
// bin operator
|
||||
'&' | '|' |
|
||||
// separators
|
||||
|
||||
Reference in New Issue
Block a user