Common boot (HIR): Implementation-independent High-level Intermediate Representation as control-flow graph

Description

This library defines classes of instructions of a High-level Intermediate Representation (HIR) that can be used to represent any Common Lisp program as a control-flow graph. The representation does not depend on any particular implementation detail of any particular Common Lisp implementation (such as the function-call protocol, or the representation of objects). Objects manipulated are Common Lisp objects.

Requirements

This library has no dependencies.

Maintainers

Currently maintained by Robert Strandh.

Possible improvements


robert.strandh@gmail.com