aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
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
2017-10-02Playing with formatting.Bruce Hill
2017-10-02Removed tutorial (redundant with examples/how_do_i.nom)Bruce Hill
2017-10-02Added some ansi color escapes.Bruce Hill
2017-10-02More progress towards making everything work.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-24massive overhaul, compiler kinda works.Bruce Hill
2017-09-22Renamed compiler -> nomsu for concision and clarity.Bruce Hill
2017-09-21Everything fixed up and some reduced lua codespew too!Bruce Hill
2017-09-20Updated all the code to work with the latest nomsu.Bruce Hill
2017-09-20Recompiled.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-19Improved source code business.Bruce Hill
2017-09-19Added require instead of run file.Bruce Hill
2017-09-19Moved core into lib/ and recompiled.Bruce Hill
2017-09-19Buncha updates to the sample code and core lib.Bruce Hill
2017-09-18More major overhaulage.Bruce Hill
2017-09-18Major overhaul of core to make it more familiar feeling.Bruce Hill
2017-09-14Fixed out-of-order invocation args.Bruce Hill
2017-09-14Added some examples to the tutorial.Bruce Hill
2017-09-14Tweaked apostrophe rules to make %x's %y work.Bruce Hill
2017-09-14Added dict example to tutorialBruce Hill
2017-09-14Tightened up graphics on level 4Bruce Hill
2017-09-14Working string interpolation!Bruce Hill
2017-09-14Changed comments to use # and #.. instead of (# #), which is moreBruce Hill
consistent with the language's attitude towards code blocks and indentation. No more long-range action closing parens.
2017-09-12Tweaks to the tutorial.Bruce Hill
2017-09-12Renamed game -> compiler.Bruce Hill
2017-09-12Added readme and moved examples into a directory.Bruce Hill