[type] Parser [grammar] grammar T; a : LETTERS {} ; LETTERS : 'a' ~('b')+ 'c'; [start] a [input] a😳😡😝🤓c [output] """a😳😡😝🤓c """