buildFor

abstract fun buildFor(goalRuleName: String, automatonKind: AutomatonKind = AutomatonKind.LOOKAHEAD_1): LanguageProcessor

build the parser before use. Optional, but will speed up the first use of the parser.