Newer
Older
Paweł Kędzia
committed
testLiterals = true;
Paweł Kędzia
committed
testLiterals = true;
Paweł Kędzia
committed
/*
Paweł Kędzia
committed
testLiterals = true;
Paweł Kędzia
committed
*/
Paweł Kędzia
committed
testLiterals = true;
Paweł Kędzia
committed
testLiterals = true;
: ('a'..'z' | 'A'..'Z' | '_') ('a'..'z' | 'A'..'Z' | '_' | '0'..'9')*
: ( ' '
| '\t'
| '\r' '\n' { newline(); }
| '\n' { newline(); }
) { $setType(antlr::Token::SKIP); }
;
Paweł Kędzia
committed
testLiterals = true;
}
: "//" (~'\n')* '\n'{ $setType(antlr::Token::SKIP); newline(); }
Paweł Kędzia
committed
| "/*" (.)* "*/" { $setType(antlr::Token::SKIP); }
Paweł Kędzia
committed
testLiterals = true;
Paweł Kędzia
committed
testLiterals = true;