aboutsummaryrefslogtreecommitdiff
path: root/nomsu_decompiler.lua
AgeCommit message (Collapse)Author
2018-11-09Changed clumping to only be different for "'", not other operators.Bruce Hill
2018-11-09RecompileBruce Hill
2018-11-09Fixed `'s` clumping for stuff like (%foo's metatable)Bruce Hill
2018-11-09Fixed decompile issue with short actions not getting indented.Bruce Hill
2018-11-09Fixed comment clumping issue.Bruce Hill
2018-11-09Better handling of shebangs and comments at the top of a file.Bruce Hill
2018-11-09Improvements for parenthesization of escaped nomsu.Bruce Hill
2018-11-09Fixing the upgrade pipeline, plus some misc. fixes.Bruce Hill
2018-11-09No longer passing `tree` to every compile action. Now, you can justBruce 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-08Major overhaul, splitting nomsu_compiler into nomsu_environment,Bruce Hill
nomsu_compiler, and nomsu_decompiler. Also added comprehensions.