Implement operator precedence with and without parenthesis
This commit is contained in:
@@ -8,4 +8,12 @@ int mul(int x, int y);
|
||||
int modulo(int x, int y);
|
||||
int neg(int x);
|
||||
int id(int x);
|
||||
int selfMinus(int x);
|
||||
int selfMinus(int x);
|
||||
int t1();
|
||||
int t2();
|
||||
int t3();
|
||||
int t4();
|
||||
int t5();
|
||||
int t6();
|
||||
int t7();
|
||||
int t8();
|
||||
Reference in New Issue
Block a user