invocation expression - xtclang/xvm GitHub Wiki
Description coming soon.
This expression has four responsibilities:
- Selects the method or function that the expression
a
refers to; - Optionally binds a method to a target reference;
- Optionally binds one or more parameters;
- Optionally calls the function.
InvocationExpression PostfixExpression ( Argumentsopt ) Arguments: Argument Arguments , Argument Argument: NamedArgumentopt ArgumentExpression ArgumentExpression: _ < TypeExpression > _ Expression NamedArgument: Name =