FunctionCallWalkerParser

Parser that walks through a function call and produces a WalkedFunctionCall.

Parameters

allowsBody

whether the function call allows an indented body argument

See also

Constructors

Link copied to clipboard
constructor(source: CharSequence, allowsBody: Boolean)

Functions

Link copied to clipboard

Parses the source string into an output object according to the grammar-defined rules. The parser interrupts when it reaches the end of the source string or when it encounters a syntax error.