WalkerParser

constructor(source: CharSequence, grammar: Grammar<T>)

Parameters

source

the content to be parsed

grammar

the grammar that defines the parsing rules

Type Parameters

T

the type of the parsed object