aboutsummaryrefslogtreecommitdiff
path: root/nomnom/parser.nom
AgeCommit message (Collapse)Author
2018-11-11Lots of fixes to the upgrading and codegen/autoformatting pipeline, alsoBruce Hill
deleted nomnom files, since they're mostly not needed anymore.
2018-11-02Changed stub convention to (foo 1 baz 2) -> foo_1_baz instead ofBruce Hill
foo_1_baz_2, removed "smext", made some cleanup changes.
2018-10-31Renamed (action %) -> (%'s meaning)Bruce Hill
2018-10-03Some incremental progress.Bruce Hill
2018-09-28Fully working, I think? (with a lot of shims)Bruce Hill
2018-09-28Forward progress on getting nomnom working.Bruce Hill
2018-09-26Updated to the point of actually compiling.Bruce Hill
2018-09-26Fixed all syntax errors, got original (non-nomnom) tests passing.Bruce Hill
2018-09-21Incremental checkin, currently not working, just saving progress.Bruce Hill