| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-06-12 | Working version. | Bruce Hill | |
| 2018-06-12 | Lots of optimizations and simplifications, especially towards getting | Bruce Hill | |
| better performance on luajit. | |||
| 2018-06-12 | Removed dependency on 'immutable' library. This lets LuaJIT do more | Bruce Hill | |
| aggressive optimizations and generally helps performance. Some safety is lost, but I think the performance gains, reduced complexity, and reduced dependencies are worth it. | |||
| 2018-06-05 | Updating documentation. | Bruce Hill | |
| 2018-06-04 | Optimizations and cleanup. Build script now fails on first error and | Bruce Hill | |
| uses the precompiled versions it has just compiled. | |||
| 2018-05-30 | Simplified and correctified lib/object (though the codegen still need | Bruce Hill | |
| streamlining), added a .stub member to Action trees, and switched Source's repr to be @filename[start:stop] instead of "filename[start:stop]" | |||
| 2018-05-30 | Moved as_lua_id() onto 'string' | Bruce Hill | |
| 2018-05-29 | Almost-working reimplementation of source code mapping. | Bruce Hill | |
| 2018-05-29 | Cleaned up some asserts for performance. | Bruce Hill | |
| 2018-05-27 | Some tweaks/cleanup on the nomsu code as well as adding variable | Bruce Hill | |
| mangling to 'parse % as %' to make almost hygienic macros. | |||
| 2018-05-26 | Moving back to capturing tables in LPEG and everything is a Source, not | Bruce Hill | |
| string. | |||
| 2018-05-26 | Re-added sources. | Bruce Hill | |
| 2018-05-24 | Consolidating code obj code and expunging all [[..]]-style lua strings. | Bruce Hill | |
| 2018-05-16 | Moved all the tree->lua and tree->nomsu code back into single functions | Bruce Hill | |
| in nomsu.moon, and cleaned up how Vars are treated, since they are not atomic. | |||
| 2018-05-15 | Minor cleanups changes. | Bruce Hill | |
| 2018-05-14 | Minor optimizations. | Bruce Hill | |
| 2018-05-09 | Added tentative support for luajit (depends on pure-lua LPEG | Bruce Hill | |
| implementation). | |||
| 2018-05-04 | Removing varargs from free var functions. | Bruce Hill | |
| 2018-05-03 | Minor tweaks/cleanups. | Bruce Hill | |
| 2018-04-25 | Renamed lua_obj -> code_obj | Bruce Hill | |
