| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-11-11 | Fixed -O optimization flag. | Bruce Hill | |
| 2018-11-11 | Lots of fixes to the upgrading and codegen/autoformatting pipeline, also | Bruce Hill | |
| deleted nomnom files, since they're mostly not needed anymore. | |||
| 2018-11-09 | Removed debug code. | Bruce Hill | |
| 2018-11-09 | No longer passing `tree` to every compile action. Now, you can just | Bruce 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-09 | Deprecating (% as lua statements) and (% as lua return) | Bruce Hill | |
| 2018-11-09 | Lots of cleanups, including expanded use of (... compiles to "text | Bruce Hill | |
| literal") shorthand, deprecating Lua value, and more use of Lua "..." with text interpolations. | |||
| 2018-11-08 | Major overhaul, splitting nomsu_compiler into nomsu_environment, | Bruce Hill | |
| nomsu_compiler, and nomsu_decompiler. Also added comprehensions. | |||
