index
:
nomsu
main
The Nomsu programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
utils.nom
Age
Commit message (
Expand
)
Author
2018-01-10
Pretty much mostly working.
Bruce Hill
2018-01-07
Some overhaul of binary operators so that arbitrary math patterns work
Bruce Hill
2018-01-05
More cleanup of vars.XX -> \%XX
Bruce Hill
2018-01-03
Tidying.
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-11-01
Fixed some codegen stuff, optimized "say" for the common case of string
Bruce Hill
2017-11-01
Added gsub.
Bruce Hill
2017-11-01
Added try/except.
Bruce Hill
2017-10-19
Added some constants to utils.
Bruce Hill
2017-10-19
Abbreviated "lua code" to "lua>" and "lua expr" to "=lua" and "lua
Bruce Hill
2017-10-13
Renamed repr_if_not_string to "stringify" and added nomsu:stringify for
Bruce Hill
2017-10-09
Fixing up sorting more.
Bruce Hill
2017-10-09
Fixing sort.
Bruce Hill
2017-10-08
Added random seed.
Bruce Hill
2017-10-02
Added some ansi color escapes.
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-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-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