index
:
nomsu
main
The Nomsu programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
control_flow.nom
Age
Commit message (
Collapse
)
Author
2017-10-13
Improved code generation for "when" statements using elseif, and
Bruce Hill
improved code generation for loops by omitting goto labels when not used.
2017-10-12
Added chain and "with".
Bruce Hill
2017-10-07
Added "unless" to core.
Bruce Hill
2017-10-02
Updated to undo some of the block/thunk stuff. Thunks are thunks, and
Bruce Hill
expressions can be grouped with parens, and they have a clear distinction.
2017-09-29
More stuff is working more better.
Bruce Hill
2017-09-28
Kinda mostly working, except for closure vars like in lib/secrets.nom.
Bruce Hill
2017-09-26
Making forward progress.
Bruce Hill
2017-09-24
massive overhaul, compiler kinda works.
Bruce Hill
2017-09-22
Renamed compiler -> nomsu for concision and clarity.
Bruce Hill
2017-09-22
Cleaned up code generation to have less cruft.
Bruce Hill
2017-09-22
Did that.
Bruce Hill
2017-09-21
Everything fixed up and some reduced lua codespew too!
Bruce Hill
2017-09-21
Another overhaul, this time pulling all the chunks of the core lib into
Bruce Hill
their own files.