|
6ba84a0f50
|
Initial setup work for syntax version 5.
|
2018-12-14 17:49:46 -08:00 |
|
|
efd743591e
|
Renamed append/concat_append to add/concat_add for Code objects.
|
2018-11-29 14:57:56 -08:00 |
|
|
7f47d42040
|
In-progress (but working) overhaul of some elements including: function
calls, lib/thing.nom API, multi-assignments, varargs, etc.
|
2018-11-17 14:39:08 -08:00 |
|
|
367cfa19db
|
Fix for codegen of Set-style dicts.
|
2018-11-12 14:08:55 -08:00 |
|
|
2b4196bc20
|
Added (% as hex) and fixed bug with text interpolation codegen not
adding parens around indexchains.
|
2018-11-11 18:53:06 -08:00 |
|
|
9d82d522c1
|
Fixed some autoformatting stuff, and prepping to deprecate some math
shorthand.
|
2018-11-11 16:27:01 -08:00 |
|
|
5f38d73004
|
Now preserving hex numbers with "0xF00" -> parse -> decompile ->
"0xF00", fix for (compile error at ...)
|
2018-11-11 15:26:30 -08:00 |
|
|
9a75d25c84
|
Lots of fixes to the upgrading and codegen/autoformatting pipeline, also
deleted nomnom files, since they're mostly not needed anymore.
|
2018-11-11 15:05:56 -08:00 |
|
|
1b9d57844e
|
Tweaks to line clumping
|
2018-11-10 00:29:20 -08:00 |
|
|
771007bc4d
|
Fixed word clumping with linebreaks.
|
2018-11-09 19:32:20 -08:00 |
|
|
b5a5b7f90d
|
Fixed other place for clumping "'"
|
2018-11-09 17:53:30 -08:00 |
|
|
63c14bdbc3
|
Changed clumping to only be different for "'", not other operators.
|
2018-11-09 17:50:12 -08:00 |
|
|
b2cec10592
|
Fixed 's clumping for stuff like (%foo's metatable)
|
2018-11-09 17:48:52 -08:00 |
|
|
6fa1cb23d1
|
Fixed decompile issue with short actions not getting indented.
|
2018-11-09 17:43:25 -08:00 |
|
|
b236ad88a9
|
Fixed comment clumping issue.
|
2018-11-09 17:36:36 -08:00 |
|
|
ed70165294
|
Better handling of shebangs and comments at the top of a file.
|
2018-11-09 17:33:04 -08:00 |
|
|
d6f33ab194
|
Improvements for parenthesization of escaped nomsu.
|
2018-11-09 17:20:51 -08:00 |
|
|
fa3f598fc3
|
Fixing the upgrade pipeline, plus some misc. fixes.
|
2018-11-09 17:02:53 -08:00 |
|
|
69aaea030e
|
No longer passing tree to every compile action. Now, you can just
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-09 16:41:19 -08:00 |
|
|
652c29bdef
|
Major overhaul, splitting nomsu_compiler into nomsu_environment,
nomsu_compiler, and nomsu_decompiler. Also added comprehensions.
|
2018-11-08 15:24:15 -08:00 |
|