Commit graph

13 commits

Author SHA1 Message Date
Pelanyo Kamara
53f96ae452
merge 2021-11-10 17:44:22 +00:00
Pelanyo Kamara
aec8fbfd0f
Feature: Web REPL using Emscripten (#138)
Currently doesn't include the new page into navigation since we aren't building the .js files anywhere.
2021-11-10 08:40:46 -08:00
Arseny Kapoulkine
f3468be92b Small follow code cleanup for Repl.cpp 2021-11-09 15:11:52 -08:00
NotDSF
3ba0bdf708
Save bytecode to file through CLI (#170)
Using --compile=binary it's now possible to produce binary bytecode so that it can be compiled offline and loaded into the VM.
2021-11-09 14:54:53 -08:00
Pelanyo Kamara
b90bf4cd52
add emscripten -fexceptions 2021-11-08 19:06:47 +00:00
Pelanyo Kamara
1bff6154e6
Remove Luau.REPL.Web target. 2021-11-08 16:47:21 +00:00
Pelanyo Kamara
bb987daf19
Merge branch 'Roblox:master' into webrepl 2021-11-06 22:21:09 +00:00
Pelanyo Kamara
92f9b7363e
create simple interface 2021-11-06 22:14:45 +00:00
Roni N. (Kittenz)
1e1d1f58e9
Look for .luau before .lua in REPL & Analyze (#97) (#124)
As discussed in the issue, Luau has evolved from Lua to the point
where a new default extension `.luau` would be needed.

This change makes the REPL and Analyze look for `.luau`
extension first and if not found, fall back to `.lua`.
2021-11-05 19:11:26 -07:00
Pelanyo Kamara
c4fbdf55c0
flesh out webrepl base 2021-11-05 18:34:38 +00:00
Arseny Kapoulkine
98fa75e911 Fix fallout from #114: T is the right thread to use 2021-11-04 10:09:25 -07:00
Grant Hernandez
e3f8c25e9e
Fix CLI abort when non lua string passed to error (#114) 2021-11-03 21:17:07 -07:00
Arseny Kapoulkine
d01addc625 Sync to upstream/release/501 (#20)
Co-authored-by: Rodactor <rodactor@roblox.com>
2021-11-01 14:52:34 -07:00