bolt_control_flow.parse
#
Parsing and codegen logic
Danger
This is an internal module, not meant for public usage
Module Contents#
Classes#
Ast dispatcher. |
- class bolt_control_flow.parse.Codegen#
Bases:
mecha.Dispatcher
[Any
]Ast dispatcher.
- cases_vars: list[str]#
- is_conditional_only_in_last_case: bool#
- binary_logical(
- node: bolt.ast.AstExpressionBinary,
- acc: bolt.Accumulator,
- if_statement(
- node: mecha.AstCommand,
- acc: bolt.Accumulator,
- else_statement(
- node: mecha.AstCommand,
- acc: bolt.Accumulator,