index
:
nomsu
main
The Nomsu programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils.lua
Age
Commit message (
Expand
)
Author
2018-06-23
Moved console colors from core/ into lib/
Bruce Hill
2018-06-06
Added list/dict metatables to make comparison and string representations
Bruce Hill
2018-05-24
Consolidating code obj code and expunging all [[..]]-style lua strings.
Bruce Hill
2018-05-09
Added tentative support for luajit (depends on pure-lua LPEG
Bruce Hill
2018-04-24
Switched repr() to only return ""-style strings, and not [[]]-style,
Bruce Hill
2018-03-22
Better repr.
Bruce Hill
2018-02-01
Switched accumulate() to return a table, not a string.
Bruce Hill
2018-01-26
Added a ton of tests for virtually all the functionality. Helped me find
Bruce Hill
2018-01-25
Overhaul of compiling API (eliminated some of the expr/statements
Bruce Hill
2018-01-18
Initial commit of object oriented classes.
Bruce Hill
2018-01-12
Switched to use load() with environment table instead of passing in
Bruce Hill
2018-01-10
Performance optimizations and correctness fix for [=[...]=]-style
Bruce Hill
2017-12-30
Got everything mostly working.
Bruce Hill
2017-12-18
Tweaked repr and added a depth parameter.
Bruce Hill
2017-12-18
Improved documentation and compile script.
Bruce Hill
2017-12-18
Optimized utils and cleaned up a bit.
Bruce Hill
2017-10-13
Improved code generation for "when" statements using elseif, and
Bruce Hill
2017-10-13
Renamed repr_if_not_string to "stringify" and added nomsu:stringify for
Bruce Hill
2017-09-26
Making forward progress.
Bruce Hill
2017-09-24
Recompiled.
Bruce Hill
2017-09-21
Overhaul of invocations/specs. Much cleaner and more consistent now,
Bruce Hill
2017-09-21
Another overhaul, this time pulling all the chunks of the core lib into
Bruce Hill
2017-09-20
Recompiled.
Bruce Hill
2017-09-18
Fixed repr to use __tostring metamethod if present.
Bruce Hill
2017-09-14
Made repr fix more flexible/correct.
Bruce Hill
2017-09-12
Added moonc compiled versions of files.
Bruce Hill