aboutsummaryrefslogtreecommitdiff
path: root/lib/utils2.nom
AgeCommit message (Collapse)Author
2018-01-11Reshuffled all the library code into files that make more sense andBruce Hill
cleaned up some of the library code.
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-11Added "%'s id" to use UUIDs and changed "% = %" to "set % = %" and someBruce Hill
other misc.
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
return values with either an explicit "return" statement or if they're the only line in the function, and the line is an expression.
2018-01-07Some overhaul of binary operators so that arbitrary math patterns workBruce Hill
fine.
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
testing on string interpolations too.
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
two_defs branch.
2017-11-01Fixed some codegen stuff, optimized "say" for the common case of stringBruce Hill
literals.