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
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
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