...
Associativity...token option?
What about casts:
No Format |
---|
e : '(' type ')' e |
...
| ... |
...
; |
The mechanism relies on being able to text the next token as the operator...would checking '(' be unique? Might conflict with function call '('.
...
Associativity...token option?
What about casts:
No Format |
---|
e : '(' type ')' e |
...
| ... |
...
; |
The mechanism relies on being able to text the next token as the operator...would checking '(' be unique? Might conflict with function call '('.