luau/CLI
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
..
Analyze.cpp Look for `.luau` before `.lua` in REPL & Analyze (#97) (#124) 2021-11-05 19:11:26 -07:00
FileUtils.cpp Sync to upstream/release/501 (#20) 2021-11-01 14:52:34 -07:00
FileUtils.h Sync to upstream/release/501 (#20) 2021-11-01 14:52:34 -07:00
Profiler.cpp Sync to upstream/release/501 (#20) 2021-11-01 14:52:34 -07:00
Profiler.h Sync to upstream/release/501 (#20) 2021-11-01 14:52:34 -07:00
Repl.cpp Look for `.luau` before `.lua` in REPL & Analyze (#97) (#124) 2021-11-05 19:11:26 -07:00