| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-02-06 | Moving to better, more centralized versioning system. Now the Nomsu | Bruce Hill | |
| version is just defined as a list at the top of nomsu.moon, and uses X.Y.Z form instead of X.Y.Z.W. Added a ([...], from 2) method and a ([...], up to 5) method, and fixed a few upgrade bugs. | |||
| 2019-02-02 | Recompile | Bruce Hill | |
| 2019-02-02 | Added inverse dicts and a few new list methods. | Bruce Hill | |
| 2019-01-30 | Added 'reversed' method for lists. | Bruce Hill | |
| 2019-01-22 | Moved all the text method stuff into text.moon instead of splitting | Bruce Hill | |
| across string2/containers. Modified the type stuff to output better type names and use (a Dict) and (a List) instead of (Dict) and (List). (Text) now also has a proper constructor. (assume) now also handles a bunch of different assumptions with smart error messages. | |||
| 2019-01-18 | Fixed extra return value. | Bruce Hill | |
| 2019-01-16 | Overhauling OO-API a little to make it more minimalistic. | Bruce Hill | |
| 2019-01-16 | Fixed dict tostring to use {.x = 1} form instead of {x: 1} | Bruce Hill | |
| 2019-01-01 | Misc changes, including text indented interpolations are now indented | Bruce Hill | |
| relative to the text, not the opening '("', code objects can now remove all free vars, the REPL uses global vars. Error API is changing a bit. | |||
| 2018-12-18 | Added comprehension form to containers, e.g. List(function(add) add(5) | Bruce Hill | |
| end) | |||
| 2018-11-19 | Fixed a string indexing issue. | Bruce Hill | |
| 2018-11-19 | Tweaks and API cleanup. | Bruce Hill | |
| 2018-11-17 | In-progress (but working) overhaul of some elements including: function | Bruce Hill | |
| calls, lib/thing.nom API, multi-assignments, varargs, etc. | |||
| 2018-11-09 | No longer passing `tree` to every compile action. Now, you can just | Bruce Hill | |
| return a LuaCode object, and it will automatically get a source from `tree` if it didn't already have a source. Plus some fixes/cleanup. | |||
| 2018-11-08 | Major overhaul, splitting nomsu_compiler into nomsu_environment, | Bruce Hill | |
| nomsu_compiler, and nomsu_decompiler. Also added comprehensions. | |||
| 2018-11-06 | Removed utils.lua, simplified some metaprogramming stuff, added native support | Bruce Hill | |
| for calling functions with (%a %b %c) instead of (call %a with [%b, %c]), renamed _List -> List, _Dict -> Dict, improved example code. | |||
| 2018-11-02 | Changed stub convention to (foo 1 baz 2) -> foo_1_baz instead of | Bruce Hill | |
| foo_1_baz_2, removed "smext", made some cleanup changes. | |||
| 2018-10-29 | Some cleanups and fixes, made the parser more permissive of prematurely | Bruce Hill | |
| terminated files. | |||
| 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 | |
| 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) | |||
