aboutsummaryrefslogtreecommitdiff
path: root/nomsu_tree.lua
AgeCommit message (Expand)Author
2018-04-28Improving idiomatic nomsu codegenBruce Hill
2018-04-28Overhaul of command-line API. It's a bit cleaner now.Bruce Hill
2018-04-28Re-added (..), which is necessary for long expressions as first arg toBruce Hill
2018-04-26Fixed renaming lua_obj->code_objBruce Hill
2018-04-25Overhauling parsing of Blocks (can no longer contain only one statement)Bruce Hill
2018-04-25Removing end-of-line ":" and "(..)" for blocks (they just useBruce Hill
2018-04-25Got nomsu codegen working again.Bruce Hill
2018-04-25Updated block-style text interpolation to have less redundancy.Bruce Hill
2018-04-24Switched repr() to only return ""-style strings, and not [[]]-style,Bruce Hill
2018-04-20Lots of optimizations.Bruce Hill
2018-04-20Cleanups and optimizations.Bruce Hill
2018-04-19Updated.Bruce Hill
2018-04-17Moving tree_to_lua into each of the Nomsu tree types, which are now inBruce Hill