ParserConfig

constructor(props: List<NodePropSource<*>>? = null, top: String? = null, dialect: String? = null, tokenizers: List<TokenizerReplacement>? = null, specializers: List<SpecializerReplacement>? = null, contextTracker: ContextTracker<Any?>? = null, strict: Boolean? = null, wrap: ParseWrapper? = null, bufferLength: Int? = null)