aboutsummaryrefslogtreecommitdiff
path: root/code_obj.lua
AgeCommit message (Expand)Author
2018-08-29Intermediate step in upgrading to 3.6. Fixed a bug with upgradingBruce Hill
2018-08-28Lots of overhaul, supporting a new Object Oriented approach (e.g.Bruce Hill
2018-08-27Bunch of miscellaneous changes. Paved the way a little bit for havingBruce Hill
2018-07-23Recompiled files.Bruce Hill
2018-07-20Simplifying and correcting the nomsu codegen.Bruce Hill
2018-07-19Hopefully last correctness fix for trailing_line_len(), now it's justBruce Hill
2018-07-19Fixed some bugs in trailing_line_len() and refactored tree_to_nomsu intoBruce Hill
2018-07-18Updating to version 2.4.4.3, with new syntax for multi-statement 'if'Bruce Hill
2018-07-17Optimization/simplification pass.Bruce Hill
2018-07-17Improvements to nomsu codegen.Bruce Hill
2018-07-17Overhaul of comment handling, plus a few fixes (e.g. a fix for indentedBruce Hill
2018-07-13Minor changes.Bruce Hill
2018-07-12Fixing up comments, slowly.Bruce Hill
2018-07-10Improving codegen line wrapping.Bruce Hill
2018-07-10Fixed up line numbers for generated code.Bruce Hill
2018-07-10Fixing up error reporting and ripping out LDT-specific code (now aBruce Hill
2018-06-28Improvements to nomsu codegen (comments are now retained) and someBruce Hill
2018-06-26Cleaning up metaprogramming a bit and fixing/adding test for recursionBruce Hill
2018-06-19Lots of cleanup.Bruce Hill
2018-06-18More streamlining and cleanup.Bruce Hill
2018-06-18Initial working version.Bruce Hill
2018-06-14More streamlining and cleanup. Especially for core/metaprogramming.nomBruce Hill
2018-06-12Working version.Bruce Hill
2018-06-12Lots of optimizations and simplifications, especially towards gettingBruce Hill
2018-06-12Removed dependency on 'immutable' library. This lets LuaJIT do moreBruce Hill
2018-06-04Optimizations and cleanup. Build script now fails on first error andBruce Hill
2018-05-30Simplified and correctified lib/object (though the codegen still needBruce Hill
2018-05-30Moved as_lua_id() onto 'string'Bruce Hill
2018-05-29Almost-working reimplementation of source code mapping.Bruce Hill
2018-05-29Cleaned up some asserts for performance.Bruce Hill
2018-05-27Some tweaks/cleanup on the nomsu code as well as adding variableBruce Hill
2018-05-26Moving back to capturing tables in LPEG and everything is a Source, notBruce Hill
2018-05-26Re-added sources.Bruce Hill
2018-05-24Consolidating code obj code and expunging all [[..]]-style lua strings.Bruce Hill
2018-05-16Moved all the tree->lua and tree->nomsu code back into single functionsBruce Hill
2018-05-15Minor cleanups changes.Bruce Hill
2018-05-14Minor optimizations.Bruce Hill
2018-05-09Added tentative support for luajit (depends on pure-lua LPEGBruce Hill
2018-05-04Removing varargs from free var functions.Bruce Hill
2018-05-03Minor tweaks/cleanups.Bruce Hill
2018-04-25Renamed lua_obj -> code_objBruce Hill