Skip to content

Instantly share code, notes, and snippets.

View agiovacchini's full-sized avatar

Andrea Giovacchini agiovacchini

View GitHub Profile
@agiovacchini
agiovacchini / example.g4
Created March 19, 2015 23:09
Example code for issue "Exception in thread "main" java.lang.UnsupportedOperationException: Serialized ATN data element out of range"
grammar example;
start: ingr+ EOF;
LETT_A: [aA] ;
LETT_B: [bB] ;
LETT_C: [cC] ;
LETT_D: [dD] ;
LETT_E: [eE] ;