cranelift_isle

Module compile

Source
Expand description

Compilation process, from AST to Sema to Sequences of Insts.

Functionsยง

  • Compile the given AST definitions into Rust source code.
  • Construct the ISLE type and term environments for further analysis (i.e., verification), without going all the way through codegen.
  • Compile the given files into Rust source code.