Added lexer tests

This commit is contained in:
Pasha Bibko
2025-07-22 20:46:42 +01:00
parent 829d4c224a
commit 4d6224529f
13 changed files with 288 additions and 25 deletions

View File

@@ -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);