Uses of Package
orc.ast.oil

Packages that use orc.ast.oil
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. 
 

Classes in orc.ast.oil used by orc.ast.oil
Bar
           
Call
           
Def
          A unit of syntax that encapsulates an expression definition.
Defs
           
Expr
          Base class for the portable (.oil, for Orc Intermediate Language) abstract syntax tree.
Pull
           
Push
           
RenameVariables.Renamer
           
Semi
           
Silent
           
Visitor
          Visitor for OIL expressions.
Walker
          Abstract base class tree walker for Oil expressions.
WithLocation
          Annotate an expression with a source location.
 

Classes in orc.ast.oil used by orc.ast.oil.arg
Expr
          Base class for the portable (.oil, for Orc Intermediate Language) abstract syntax tree.
Visitor
          Visitor for OIL expressions.
 

Classes in orc.ast.oil used by orc.ast.simple
Def
          A unit of syntax that encapsulates an expression definition.
Expr
          Base class for the portable (.oil, for Orc Intermediate Language) abstract syntax tree.