parse
abstract fun parse(goalRuleName: String, inputText: String, automatonKind: AutomatonKind): SharedPackedParseTree
Content copied to clipboard
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
ParseFailedException
ParseTreeException