aboutsummaryrefslogtreecommitdiff
path: root/nomnom/ast.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-08Major overhaul, splitting nomsu_compiler into nomsu_environment,Bruce Hill
nomsu_compiler, and nomsu_decompiler. Also added comprehensions.
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-21Incremental checkin, currently not working, just saving progress.Bruce Hill