aboutsummaryrefslogtreecommitdiff
path: root/lib/utils2.nom
AgeCommit message (Expand)Author
2018-01-11Reshuffled all the library code into files that make more sense andBruce Hill
2018-01-11Removed some dead code and streamlined the API a bit. Also addedBruce Hill
2018-01-11Renamed "require %" to "use %"Bruce Hill
2018-01-11Added "%'s id" to use UUIDs and changed "% = %" to "set % = %" and someBruce Hill
2018-01-11Renamed String -> TextBruce Hill
2018-01-10Pretty much mostly working.Bruce Hill
2018-01-07Reworking some stuff so that functions only allow expressions to beBruce Hill
2018-01-07Some overhaul of binary operators so that arbitrary math patterns workBruce Hill
2018-01-05More cleanup of vars.XX -> \%XXBruce Hill
2018-01-03Tidying.Bruce Hill
2018-01-03Reworked {} a bit and added dicts to the core language. Did some moreBruce Hill
2017-12-13Got it working.Bruce Hill
2017-12-04Incremental progress towards working.Bruce Hill
2017-12-04Some stuff changed to allow escaped args and some other ports from theBruce Hill
2017-11-01Fixed some codegen stuff, optimized "say" for the common case of stringBruce Hill