mirror of
https://github.com/google/blockly.git
synced 2026-01-09 01:50:11 +01:00
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:
committed by
Rachel Fenichel
parent
2bd056ac35
commit
bfa45f136c
@@ -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()">
|
||||
|
||||
Reference in New Issue
Block a user