1lexer grammar t028labelExpr;
2ETAGO: ('</a')=> '</';
3MDO: {True}? ('<!a')=> '<!';
4STAGO: {True}? ('<a')=> '<';
5CDATA: '<';
6