[fine] Parser Table Generator?
Look I'm just thinking hard about converting to a parser generator because I want to derive the pretty-printer from the parser without having to repeat myself all over the place. This parser.py is derived from my old LRParsers project, and should go back there eventually, but for now I'm driving the work from here.
This commit is contained in:
parent
a2b3e8b74d
commit
25f9c3ecaf
6 changed files with 2384 additions and 1 deletions
2
fine/grammar/pyproject.toml
Normal file
2
fine/grammar/pyproject.toml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[tool.black]
|
||||
line-length=100
|
||||
Loading…
Add table
Add a link
Reference in a new issue