Most likely fixed the precedence issue
This commit is contained in:
parent
1a95fc2371
commit
6e1307c883
3 changed files with 113 additions and 30 deletions
|
|
@ -112,7 +112,7 @@ namespace Compiler
|
|||
{
|
||||
*/
|
||||
|
||||
string file = "/home/clemens/repositorys/lcc/stage_3/valid/complicated.c";
|
||||
string file = "/home/clemens/repositorys/lcc/stage_3/valid/associativity_2.c";
|
||||
|
||||
Console.WriteLine("-------------");
|
||||
List<Token> tokens = TestLexer(file, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue