Commit graph

4 commits

Author SHA1 Message Date
Katelyn Mann
a5c9b7ef32 Add the rest of the generator infrastructure back into scratch-blocks. 2017-02-07 14:42:33 -08:00
Tim Mickel
fa64881f80 Remove Lua generators 2016-03-15 10:36:06 -04:00
Rodrigo Queiro
0aec80a088 Add missing comma to Lua reserved words
This meant that variables could be called _, conflicting with use in Lua
as a dummy variable, and in particular with scrubNakedValue.
2016-03-14 15:07:30 +01:00
Rodrigo Queiro
a5d3f340e5 Add a Lua code generator
This is based on the JS generator, with a lot of inspiration from Ellen
Spertus's blockly-lua: https://github.com/espertus/blockly-lua

All unit tests pass with Lua 5.3.2.
2016-03-10 10:24:25 +01:00