removed .idea

This commit is contained in:
Clemens-Dautermann 2020-12-18 10:22:00 +01:00
parent 6e1307c883
commit 92a2235437
16 changed files with 6 additions and 364 deletions

View file

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