aboutsummaryrefslogtreecommitdiff
path: root/lib/plurals.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-07Added substring operator %x|start - stop|Bruce Hill
2017-12-14Updating some more stuff.Bruce Hill
2017-10-23Removed some unnecessary semicolons on keywords.Bruce Hill
2017-10-19Abbreviated "lua code" to "lua>" and "lua expr" to "=lua" and "luaBruce Hill
block" to "lua do>"
2017-10-13Changed tokenizing to treat symbols as their own things.Bruce Hill
2017-10-02Updated to undo some of the block/thunk stuff. Thunks are thunks, andBruce Hill
expressions can be grouped with parens, and they have a clear distinction.
2017-09-29More stuff is working more better.Bruce Hill
2017-09-20Mostly working overhaul again that strips out ending lines with "..",Bruce Hill
and simplifies a lot of the code. Also stripped out Expression, which was just a useless level of indirection.
2017-09-19Added require instead of run file.Bruce Hill
2017-09-19Buncha updates to the sample code and core lib.Bruce Hill