Package orc.ast.simple

Desugared AST which is close to the final format (OIL) but includes named variables.

See:
          Description

Class Summary
Atomic  
Call  
Definition A unit of syntax that encapsulates an expression definition.
Defs  
Expression Base class for the simplified abstract syntax tree.
HasType An expression with an ascribed syntactic type.
Isolated The "isolated" keyword.
Let  
Parallel  
Semi  
Sequential  
Silent  
TypeDecl A syntactic type declaration.
Where  
WithLocation Annotate an expression with a source location.
 

Package orc.ast.simple Description

Desugared AST which is close to the final format (OIL) but includes named variables.