aboutsummaryrefslogtreecommitdiff
path: root/lib/scopes.nom
AgeCommit message (Collapse)Author
2018-01-11Removed some dead code and streamlined the API a bit. Also addedBruce Hill
training wheels for ease of transitions.
2018-01-11Renamed "require %" to "use %"Bruce Hill
2018-01-10Pretty much mostly working.Bruce Hill
2018-01-07Some overhaul of binary operators so that arbitrary math patterns workBruce Hill
fine.
2018-01-03Reworked {} a bit and added dicts to the core language. Did some moreBruce Hill
testing on string interpolations too.
2017-12-13Got it working.Bruce Hill
2017-12-04Incremental progress towards working.Bruce Hill