Change the Lua interpreter (#1246)

Change the Lua interpreter to another one with version 5.3 so that it
would support goto statement which Blockly uses currently
This commit is contained in:
Tony Lian
2017-08-01 14:29:55 -07:00
committed by Rachel Fenichel
parent 2bd056ac35
commit bfa45f136c

View File

@@ -353,7 +353,7 @@ h1 {
</div>
<div style="display: inline-block;">
<input type="button" value="Lua" onclick="toLua()">
<br><a target="_blank" href="https://repl.it/languages/lua">interpreter</a>
<br><a target="_blank" href="http://rextester.com/l/lua_online_compiler">interpreter</a>
</div>
<div style="display: inline-block;">
<input type="button" value="Dart" onclick="toDart()">