Skip to main content

Module error

Module error 

Source
Expand description

Construction-time error type.

The AST itself is data; errors arise only when validating constructor input (e.g. rejecting an empty identifier). Downstream crates (lexer, parser, evaluator) layer their own errors on top.

Enumsยง

Error
All errors that arise when constructing AST nodes from raw input.