index
:
nomsu
main
The Nomsu programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nomsu_decompiler.lua
Age
Commit message (
Expand
)
Author
2018-12-18
Initial pass on updating syntax.
Bruce Hill
2018-12-14
Removed EOL comments
Bruce Hill
2018-12-14
Fix for "\($x)abc" getting codegen'd to "$xabc"
Bruce Hill
2018-12-14
Parenthesizing inline method targets when needed.
Bruce Hill
2018-12-14
Updating to support multiple method calls.
Bruce Hill
2018-12-14
Fixed multi-line methodcalls
Bruce Hill
2018-12-14
More fixes.
Bruce Hill
2018-12-14
Fix for nomsu codegen for methods.
Bruce Hill
2018-12-14
Initial setup work for syntax version 5.
Bruce Hill
2018-11-29
Renamed append/concat_append to add/concat_add for Code objects.
Bruce Hill
2018-11-17
In-progress (but working) overhaul of some elements including: function
Bruce Hill
2018-11-12
Fix for codegen of Set-style dicts.
Bruce Hill
2018-11-11
Added (% as hex) and fixed bug with text interpolation codegen not
Bruce Hill
2018-11-11
Fixed some autoformatting stuff, and prepping to deprecate some math
Bruce Hill
2018-11-11
Now preserving hex numbers with "0xF00" -> parse -> decompile ->
Bruce Hill
2018-11-11
Lots of fixes to the upgrading and codegen/autoformatting pipeline, also
Bruce Hill
2018-11-10
Recompile
Bruce Hill
2018-11-10
Tweaks to line clumping
Bruce Hill
2018-11-09
Fixed word clumping with linebreaks.
Bruce Hill
2018-11-09
Fixed other place for clumping "'"
Bruce Hill
2018-11-09
Changed clumping to only be different for "'", not other operators.
Bruce Hill
2018-11-09
Recompile
Bruce Hill
2018-11-09
Fixed `'s` clumping for stuff like (%foo's metatable)
Bruce Hill
2018-11-09
Fixed decompile issue with short actions not getting indented.
Bruce Hill
2018-11-09
Fixed comment clumping issue.
Bruce Hill
2018-11-09
Better handling of shebangs and comments at the top of a file.
Bruce Hill
2018-11-09
Improvements for parenthesization of escaped nomsu.
Bruce Hill
2018-11-09
Fixing the upgrade pipeline, plus some misc. fixes.
Bruce Hill
2018-11-09
No longer passing `tree` to every compile action. Now, you can just
Bruce Hill
2018-11-08
Major overhaul, splitting nomsu_compiler into nomsu_environment,
Bruce Hill