FunctionCallWalkerParser
class FunctionCallWalkerParser(source: CharSequence, allowsBody: Boolean) : WalkerParser<WalkedFunctionCall>
Parser that walks through a function call and produces a WalkedFunctionCall.
Parameters
allowsBody
whether the function call allows an indented body argument