aboutsummaryrefslogtreecommitdiff
path: root/examples/sample_code.nom
AgeCommit message (Collapse)Author
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-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-19Moved core into lib/ and recompiled.Bruce Hill
2017-09-18More major overhaulage.Bruce 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-12Added readme and moved examples into a directory.Bruce Hill