UNPKG

@mike-lischke/antlr-tgen

Version:

A generator for antlr-ng runtime test cases

21 lines (15 loc) 169 B
[type] Parser [grammar] grammar T; a : 'a' 'b'* 'c' | 'a' 'b' 'd' ; q : 'e' ; [start] a [input] abe [errors] """line 1:2 no viable alternative at input 'abe' """