parallelization_phase: use `ANode::validate` after AST shenanigans.
[nit.git] / contrib / nitcc / tests / rejected.sablecc
1 Grammar rejected;
2 Lexer
3 a = 'a';
4 b = 'b';
5 Parser
6 Rejected
7   b, 'y'; //alt1 a; //alt2 'x'; //alt3 'y'; //alt4 p; //alt5 b, b;
8 p = a 'x';