Module come::ast::function_definition
source · Expand description
Data structure and parser for a function definition.
Structs§
FunctionDefinition
represents a function definition.Parameter
represents a function’s parameter.
Functions§
- Parse source code to get a
FunctionDefinition
. - Parse source code to get a
Parameter
.