index
:
nomsu
main
The Nomsu programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
permissions.nom
Age
Commit message (
Collapse
)
Author
2018-01-11
Removed some dead code and streamlined the API a bit. Also added
Bruce Hill
training wheels for ease of transitions.
2018-01-11
Renamed "require %" to "use %"
Bruce Hill
2017-12-04
Some stuff changed to allow escaped args and some other ports from the
Bruce Hill
two_defs branch.
2017-11-01
Removed broken code.
Bruce Hill
2017-11-01
Fixed some codegen stuff, optimized "say" for the common case of string
Bruce Hill
literals.
2017-10-19
Misc. cleanups.
Bruce Hill
2017-10-19
Abbreviated "lua code" to "lua>" and "lua expr" to "=lua" and "lua
Bruce Hill
block" to "lua do>"
2017-10-13
Changed tokenizing to treat symbols as their own things.
Bruce Hill
2017-10-08
Fixed permissions to work better with aliases.
Bruce Hill
2017-10-04
Removed printing from permissions.
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
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
Removed debugging code.
Bruce Hill
2017-09-21
Overhaul of invocations/specs. Much cleaner and more consistent now,
Bruce Hill
with less code duplication.
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.