index
:
nomsu
main
The Nomsu programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
secrets.nom
Age
Commit message (
Collapse
)
Author
2018-01-07
Some overhaul of binary operators so that arbitrary math patterns work
Bruce Hill
fine.
2017-12-14
Updating some more stuff.
Bruce Hill
2017-10-02
More progress towards making everything work.
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
Fixed some of secrets' functionality by rewriting rule % = %
Bruce Hill
2017-09-28
Kinda mostly working, except for closure vars like in lib/secrets.nom.
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-21
Everything fixed up and some reduced lua codespew too!
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-19
Buncha updates to the sample code and core lib.
Bruce Hill