newLineGrammar.ometa 81 B

12345
  1. ometa T <: Parser {
  2. t = '\n' -> '\n',
  3. selectors_group = (t | anything)*
  4. }