Module come::ast::statement::function_call
source · Expand description
Function call statement like a();
.
Structs§
FunctionCall
represents a standalone function call.
Functions§
- Parse source code to get an
FunctionCall
.