luau/CLI
Roni Nevalainen d75f60a2d7
Look for .luau before .lua in REPL & Analyze (#97)
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-04 19:22:57 +02:00
..
Analyze.cpp Look for .luau before .lua in REPL & Analyze (#97) 2021-11-04 19:22:57 +02: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) 2021-11-04 19:22:57 +02:00