Removed testing code

expression_parsing.sync-conflict-20210316-090018-O3W7KWN
Tristan B. V. Kildaire 2021-03-02 23:22:46 +02:00
parent f23d884b90
commit a7c0d37a01
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ void beginCompilation(string[] sourceFiles)
/* TODO: Open source file */
string sourceCode = "hello \"world\";";
// string sourceCode = "hello \"world\"|| ";
//string sourceCode = "hello \"world\"||"; /* TODO: Implement this one */
// string sourceCode = "hello;";
Lexer currentLexer = new Lexer(sourceCode);
currentLexer.performLex();