Fixed the division error. Kinda
This commit is contained in:
parent
72023962f5
commit
7cf7c336a7
4 changed files with 3 additions and 16 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue