aboutsummaryrefslogtreecommitdiff
path: root/examples/how_do_i.nom
AgeCommit message (Collapse)Author
2018-01-19Updated and fixed up how_do_iBruce Hill
2018-01-03Updated examples and made operator characters not stick to each other.Bruce Hill
Useful for <%x>=6 properly registering as <%x> = 6.
2017-12-14Updated how do I.Bruce Hill
2017-10-30Changed it so variables can't contain wordbreakers anymore.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-13Removed io.write() stuff.Bruce Hill
2017-10-13Improved code generation for "when" statements using elseif, andBruce Hill
improved code generation for loops by omitting goto labels when not used.
2017-10-07Added "unless" to core.Bruce Hill
2017-10-04Added how do I.Bruce Hill