Common boot (HIR evaluator): Evaluate a HIR (High-level Intermediate Representation) graph

Description

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.

Requirements

Depends on Common boot (HIR), Common boot (AST to HIR), and Closer MOP.

Maintainers

Currently maintained by Robert Strandh.

Possible improvements


robert.strandh@gmail.com