MysoreScript
|
Argument list for a call expression. More...
#include <ast.hh>
Public Attributes | |
ASTList< Expression > | arguments |
The expressions that will be evaluated to give the arguments to the called function. More... | |
Argument list for a call expression.
This exists for the same reason as ParamList.
ASTList<Expression> AST::ArgList::arguments |