aboutsummaryrefslogtreecommitdiff
path: root/lib/class.nom
AgeCommit message (Collapse)Author
2018-01-29Added numeric-for list comprehensionBruce Hill
2018-01-25Overhaul of compiling API (eliminated some of the expr/statementsBruce Hill
helpers and forced the use of {expr=..., locals=...}-type syntax. This helped fix up all of the cases like loops where locals were being mishandled and led to some cleaner code.
2018-01-24Updated and improve syntax for some stuff. Also added string indexingBruce Hill
like in python, including slices.
2018-01-23Added implicit local declarations and new syntax of %var <- %value.Bruce Hill
2018-01-19Updated class.nom for new syntax.Bruce Hill
2018-01-18Cleaned up code output to be just a series of declarations, instead of aBruce Hill
table literal and a loop.
2018-01-18Initial commit of object oriented classes.Bruce Hill