aboutsummaryrefslogtreecommitdiff
path: root/code_obj.moon
AgeCommit message (Expand)Author
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