parse_tree: Remove Pratt parser

It isn't actually needed; the way we parse expressions as a prefix
followed by zero or more suffixes is enough.
This commit is contained in:
James Westman 2023-03-11 21:05:27 -06:00
parent 9fcb63a013
commit 8874cf60b3
3 changed files with 6 additions and 68 deletions

3
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"python.formatting.provider": "black"
}