This library evaluates a control-flow graph using High-level Intermediate Representation. It serves the same purpose as the AST interpreter, but it is somewhat faster, even though there is additional work turning the AST into HIR.
Depends on Common boot (HIR), Common boot (AST to HIR), and Closer MOP.
Currently maintained by Robert Strandh.