index
:
nomsu
main
The Nomsu programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
collections.nom
Age
Commit message (
Expand
)
Author
2018-01-23
Added implicit local declarations and new syntax of %var <- %value.
Bruce Hill
2018-01-19
Refactored syntax a bit so that ":" isn't necessary for a block, and can
Bruce Hill
2018-01-16
Removed unnecessary semicolons that broke luajit.
Bruce Hill
2018-01-12
Switched to use load() with environment table instead of passing in
Bruce Hill
2018-01-11
Reshuffled all the library code into files that make more sense and
Bruce Hill
2018-01-11
Removed some dead code and streamlined the API a bit. Also added
Bruce Hill
2018-01-11
Renamed "require %" to "use %"
Bruce Hill
2018-01-11
Added "%'s id" to use UUIDs and changed "% = %" to "set % = %" and some
Bruce Hill
2018-01-11
Renamed rule % = % to action % %
Bruce Hill
2018-01-10
Pretty much mostly working.
Bruce Hill
2018-01-07
Reworking some stuff so that functions only allow expressions to be
Bruce Hill
2018-01-03
Reworked {} a bit and added dicts to the core language. Did some more
Bruce Hill
2017-12-13
Got it working.
Bruce Hill
2017-12-04
Some stuff changed to allow escaped args and some other ports from the
Bruce Hill
2017-10-19
Misc. cleanups.
Bruce Hill
2017-10-19
Abbreviated "lua code" to "lua>" and "lua expr" to "=lua" and "lua
Bruce Hill
2017-10-19
Added default dict.
Bruce Hill
2017-10-13
Changed tokenizing to treat symbols as their own things.
Bruce Hill
2017-10-12
Added chain and "with".
Bruce Hill
2017-10-11
Added table.remove to collections.
Bruce Hill
2017-10-09
Fixing up sorting more.
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
2017-09-28
Kinda mostly working, except for closure vars like in lib/secrets.nom.
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-21
Overhaul of invocations/specs. Much cleaner and more consistent now,
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