nitcc: introduce nitcc
[nit.git] / contrib / nitcc / t / not_slr.sablecc
1 Grammar not_slr;
2
3 Parser
4
5 s = g '=' d | d ;
6 g = '*' d | 'id' ;
7 d = g ;