|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages | |
|---|---|
| kilim | |
| orc | Top-level package for all Orc code. |
| orc.ast | Compile-time representation of Orc code. |
| orc.ast.extended | Desugared AST which is very close to the source form. |
| orc.ast.extended.declaration | |
| orc.ast.extended.declaration.defn | |
| orc.ast.extended.declaration.type | |
| orc.ast.extended.pattern | |
| orc.ast.oil | Internal representation of OIL, the Orc Intermediate Language. |
| orc.ast.oil.arg | |
| orc.ast.simple | Desugared AST which is close to the final format (OIL) but includes named variables. |
| orc.ast.simple.arg | |
| orc.ast.sites | Compile-time representation of Orc sites. |
| orc.doc | |
| orc.env | A lexical context which supports both offset- and name-based lookup. |
| orc.error | Orc-specific throwables. |
| orc.error.compiletime | |
| orc.error.compiletime.typing | |
| orc.error.loadtime | |
| orc.error.runtime | |
| orc.inc | This package holds the include files for Orc, so they can be accessed as Java resources by the Orc jar. |
| orc.lib | Non-fundamental sites and operators. |
| orc.lib.bool | |
| orc.lib.comp | |
| orc.lib.data | |
| orc.lib.math | |
| orc.lib.state | |
| orc.lib.str | |
| orc.lib.time | |
| orc.lib.util | |
| orc.parser | The Orc parser. |
| orc.runtime | Runtime for Orc interpreter. |
| orc.runtime.nodes | Runtime execution DAG. |
| orc.runtime.regions | Regions are used to track when some (sub-)computation terminates. |
| orc.runtime.sites | Abstract base classes for Orc sites plus fundamental sites. |
| orc.runtime.sites.core | Fundamental sites. |
| orc.runtime.sites.java | Wrappers which enable using Java objects and classes as Orc sites. |
| orc.runtime.values | Representations for Orc types which don't have direct analogues in the host language (Java). |
| orc.trace | Generate and query Orc trace files. |
| orc.trace.events | Events which may appear in a trace file. |
| orc.trace.handles | |
| orc.trace.values | Serializable, immutable representations of Orc runtime values. |
| orc.type | |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||