Added lexer tests
This commit is contained in:
@@ -9,7 +9,7 @@ int main(int argc, char** argv)
|
||||
// Creates the debug log //
|
||||
Util::CreateLog("LXC.log");
|
||||
|
||||
std::filesystem::path src = "example/example.lx";
|
||||
std::filesystem::path src = "examples/Fib.lx";
|
||||
|
||||
// Reads the given file to a string //
|
||||
Util::ReturnVal fileContents = Util::ReadFile(src);
|
||||
|
||||
Reference in New Issue
Block a user