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.
This library has no dependencies.
Currently maintained by Robert Strandh.