index
:
nomsu
main
The Nomsu programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
containers.lua
Age
Commit message (
Expand
)
Author
2018-10-29
Some cleanups and fixes, made the parser more permissive of prematurely
Bruce Hill
2018-10-01
Fixed some misnamed functions.
Bruce Hill
2018-09-28
Rebuild.
Bruce Hill
2018-09-28
Slight API tweaks.
Bruce Hill
2018-09-26
Added field to remember text methods.
Bruce Hill
2018-09-26
Fixed all syntax errors, got original (non-nomnom) tests passing.
Bruce Hill
2018-09-26
Incremental fixes and more nomnom ports.
Bruce Hill
2018-09-21
Rebuild.
Bruce Hill
2018-09-18
Got rid of repr() use and replaced with :as_lua() or :as_nomsu() in as
Bruce Hill
2018-09-12
Initial working version.
Bruce Hill
2018-09-10
Removing dead code and string.as_lua_id() (now just set on string
Bruce Hill
2018-09-10
Shifting towards more text methods instead of text global functions.
Bruce Hill
2018-09-06
Removed the mandatory "_" prefix for Nomsu variables, renamed "list" and
Bruce Hill
2018-08-30
Added safety check to detect non-number keys in lists.
Bruce Hill
2018-08-29
Handling more compatibility stuff, including Lua 5.4, and a backup for
Bruce Hill