Either parses [expr] or [SYMBOL_SUB, EQ_SUB, expr] as an argument of a function call in R. Probably directly called by the function call parser as otherwise, we do not expect to find arguments.
[expr]
[SYMBOL_SUB, EQ_SUB, expr]
The data used by the parser (see NormalizerData)
Either [expr] or [SYMBOL_FORMALS, EQ_FORMALS, expr]
[SYMBOL_FORMALS, EQ_FORMALS, expr]
The parsed argument or undefined if the given object is not an argument.
undefined
Either parses
[expr]
or[SYMBOL_SUB, EQ_SUB, expr]
as an argument of a function call in R. Probably directly called by the function call parser as otherwise, we do not expect to find arguments.