This package contains the most basic model of ABC, which uses visitors.

It consists of a set of visitors that accept data from a source, usually a client compiler or an ABCParser, and transmit the data to a sink, usually a static analysis program or an ABCEmitter.