Skip to main content

Module ast

Module ast 

Source

Structs§

ExecBlock
An exec block within a workflow.
IfNotStatement
An if-not statement.
IfStatement
An if statement.
MatchArm
A match arm.
MatchStatement
A match statement — multi-way branching on a check workflow’s variant output.
ParAndStatement
A par-and statement.
RunStatement
A run statement.
WhileNotStatement
A while-not statement.
WhileStatement
A while statement.
WorkflowDecl
A workflow declaration.

Enums§

FailPolicy
Fail policy for par-and blocks.
ParseResult
Result of parsing.
Statement
Union of all statement types.