enderpy
enderpy copied to clipboard
Respect operator precedence in parser
trafficstars
https://docs.python.org/3/reference/expressions.html#operator-precedence
Need to check if the parser is respecting these rules.
Can use https://matklad.github.io/2020/04/13/simple-but-powerful-pratt-parsing.html as an example