index
:
nomsu
main
The Nomsu programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
tutorial.nom
Age
Commit message (
Collapse
)
Author
2017-09-24
massive overhaul, compiler kinda works.
Bruce Hill
2017-09-22
Renamed compiler -> nomsu for concision and clarity.
Bruce Hill
2017-09-21
Everything fixed up and some reduced lua codespew too!
Bruce Hill
2017-09-20
Updated all the code to work with the latest nomsu.
Bruce Hill
2017-09-20
Recompiled.
Bruce Hill
2017-09-20
Mostly 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-19
Added require instead of run file.
Bruce Hill
2017-09-18
More major overhaulage.
Bruce Hill
2017-09-14
Fixed out-of-order invocation args.
Bruce Hill
2017-09-14
Added some examples to the tutorial.
Bruce Hill
2017-09-14
Added dict example to tutorial
Bruce Hill
2017-09-14
Working string interpolation!
Bruce Hill
2017-09-14
Changed comments to use # and #.. instead of (# #), which is more
Bruce Hill
consistent with the language's attitude towards code blocks and indentation. No more long-range action closing parens.
2017-09-12
Tweaks to the tutorial.
Bruce Hill
2017-09-12
Renamed game -> compiler.
Bruce Hill
2017-09-12
Added readme and moved examples into a directory.
Bruce Hill