Expand description
The basic AST types.
Structs§
- Args
- A type that represents the arguments specified for a function.
- Args
Convert Error - An error converting a value to an AST node.
Enums§
- Args
Binding Error - An error binding arguments to an Args.
- Convert
Error - An error converting a value to an AST node.
- Expr
- An expression.
- Module
Header Error - An error occurring from a call to
parse_module_header
.
Functions§
- convert_
body - Converts the body values of a module to an AST.
- convert_
decl - Converts a declaration to its AST node.
- convert_
expr - Converts an expression to its AST node.
- parse_
module_ header - Parses out the
module
andimport
forms from the given values, returning the body.