Terminé de tester le WEB IDE à Matthieu Borgognon, il est super sexy, mais consomme BEAUCOUP trop de RAM en l'état. 8'344 de plus que mon web_ide2.lua actuel !

This commit is contained in:
Christian Zufferey
2019-10-20 13:37:48 +02:00
parent 32dc293415
commit c67426658a
8 changed files with 320 additions and 51 deletions

View File

@@ -1,8 +1,6 @@
f= "web_ide.lc" if file.exists(f)==false then
print("no exist")
end
f= "web_ide.lc" if file.exists(f) then dofile(f) else dofile(string.gsub(f, ".lc", ".lua")) end
@@ -10,7 +8,7 @@ end
f= "web_ide.lua" if file.exists(f) then dofile(f) end
node.compile("hello.lua")
f= "web_ide.lc" if file.exists(f) then dofile(f) end