enderpy icon indicating copy to clipboard operation
enderpy copied to clipboard

Respect operator precedence in parser

Open Glyphack opened this issue 2 years ago • 1 comments
trafficstars

https://docs.python.org/3/reference/expressions.html#operator-precedence

Need to check if the parser is respecting these rules.

Glyphack avatar Mar 07 '23 08:03 Glyphack

Can use https://matklad.github.io/2020/04/13/simple-but-powerful-pratt-parsing.html as an example

Glyphack avatar Apr 24 '23 13:04 Glyphack