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