| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| many places as possible. | |||
| 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 | |
| metametatable) | |||
| 2018-09-10 | Shifting towards more text methods instead of text global functions. | Bruce Hill | |
| Also fixed a bug with method call parenthesizing. | |||
| 2018-09-06 | Removed the mandatory "_" prefix for Nomsu variables, renamed "list" and | Bruce Hill | |
| "dict" to "List" and "Dict", or in Nomsu's environment, "_List" and "_Dict", removed uuid.lua and replaced it with core/id.nom for handling IDs. | |||
| 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 | |
| if openssl module is not found, and moving containers (List/Dict) into their own file, as well as bit operators (and support for __bxor, etc. metamethods in Lua 5.2/LuaJIT) | |||
