WalkerParser

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

Parameters

T

the type of the parsed object

source

the content to be parsed

grammar

the grammar that defines the parsing rules