Removed testing code
parent
f23d884b90
commit
a7c0d37a01
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue