I'm learning about using ANTLR and have just end up this wired problem. I read many article but still stuck with this problem. Please help me.
expr: expr '+' INT| index;
index: expr '[' expr ']';
Thanks
I'm learning about using ANTLR and have just end up this wired problem. I read many article but still stuck with this problem. Please help me.
expr: expr '+' INT| index;
index: expr '[' expr ']';
Thanks