Module jj_cli::template_parser
source · Structs
- AST node without type or name checking.
Enums
- Borrowed reference to identify alias expression.
Functions
- Expand aliases recursively.
- Extracts N required arguments and M optional arguments.
- Extracts exactly N required arguments.
- Applies the given function if the
nodeis a lambda. - Extracts N required arguments and remainders.
- Applies the given function if the
nodeis a string literal. - Parses text into AST nodes, and expands aliases.
- Parses text into AST nodes. No type/name checking is made at this stage.