parse

open override fun parse(goalRuleName: String, inputText: String, automatonKind: AutomatonKind): SharedPackedParseTree

parse the inputText starting with the given grammar rule and return the shared packed parse Tree.

Return

the result of parsing

Parameters

goalRuleName
inputText

Throws

ParseTreeException
GrammarRuleNotFoundException