= should have high precedence
This commit is contained in:
@@ -114,6 +114,7 @@ impl Parser {
|
||||
"*" => 20,
|
||||
"/" => 20,
|
||||
"%" => 20,
|
||||
"=" => 1,
|
||||
_ => 255,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user