mirror of
https://github.com/google/blockly.git
synced 2026-01-05 08:00:09 +01:00
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.
This commit is contained in:
@@ -168,7 +168,7 @@
|
||||
</td>
|
||||
<td>
|
||||
<div><a href="code/index.html">Code Editor</a></div>
|
||||
<div>Export a Blockly program into JavaScript, Python, PHP, Dart or XML.</div>
|
||||
<div>Export a Blockly program into JavaScript, Python, PHP, Dart, Lua or XML.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user