rootParser

open override val rootParser: Parser<WalkedFunctionCall>

Entry point of the grammar. Parses the whole chain of function calls. The result is an ordered linked list of WalkedFunctionCalls, and the first of them is returned.