Lots of comments and cleanup

This commit is contained in:
Clemens-Dautermann 2020-12-17 21:36:39 +01:00
parent 120a575b15
commit 1a95fc2371
8 changed files with 351 additions and 518 deletions

View file

@ -112,12 +112,12 @@ namespace Compiler
{
*/
string file = "/home/clemens/repositorys/lcc/stage_3/valid/sub.c";
string file = "/home/clemens/repositorys/lcc/stage_3/valid/complicated.c";
Console.WriteLine("-------------");
List<Token> tokens = TestLexer(file, 0);
Node programNode = TestParser(tokens, file, 1);
TestGenerator(programNode, 1);
//TestGenerator(programNode, 1);
//}
/*