Package orc

Top-level package for all Orc code.

See:
          Description

Class Summary
BackendDemo An example of a custom compiler backend.
Config Class for processing configuration options.
Orc Main class for Orc.
OrcCompiler Provides Orc's compilation functions.
StdErrCompileMsgRecorder A CompileMessageRecorder that writes messages to the stderr stream, as given in an Orc Config instance.
 

Package orc Description

Top-level package for all Orc code. You will excuse the abbreviated package name; since Orc is primarily intended to be used as a standalone platform and not integrated with arbitrary Java code, we can afford to bend naming conventions.

The Orc class is the main interface to users.