Module brane_ast::compile

source ·
Expand description

Defines some toplevel functions that run all traversals as desired.

Re-exports§

Enums§

  • Defines the possible results returned by the compile_program function.
  • Helper enum that defines the compiler stages.

Functions§

  • Runs the compiler passes in-order, all of them.
  • Runs the compiler passes in-order, up to the specified pass.
  • Runs the compiler in a stateful manner so that it may compile multiple snippets of the given workflow in succession.
  • Runs the compiler in a stateful manner so that it may compile multiple snippets of the given workflow in succession.