Fixed the division error. Kinda

This commit is contained in:
Clemens-Dautermann 2020-12-23 11:51:58 +01:00
parent 72023962f5
commit 7cf7c336a7
4 changed files with 3 additions and 16 deletions

View file

@ -112,7 +112,7 @@ namespace Compiler
{
*/
string file = "/home/clemens/repositorys/lcc/stage_3/valid/div_2.c";
string file = "/home/clemens/repositorys/lcc/stage_3/valid/div_neg.c";
Console.WriteLine("-------------");
List<Token> tokens = TestLexer(file, 0);