[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
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -1,4 +1,7 @@
|
|||
/target
|
||||
/oden-js/target
|
||||
/oden-js-sys/target
|
||||
/fine/target
|
||||
/fine/target
|
||||
|
||||
.venv/
|
||||
__pycache__/
|
||||
Loading…
Add table
Add a link
Reference in a new issue