Class GrammarSerializerFoo


  • public class GrammarSerializerFoo
    extends Object
    Serialize a grammar into a highly compressed form with only the info needed to recognize sentences. FORMAT: file ::= $ANTLR; rule ::= R;B. alt ::= A; elem ::= t | r | - | ~ | w