Om
Modules
Program

A data type that presents as a list containing 0 or more elements. More...

Modules

 Expression
 A Program optimized for evaluation.
 
 Lexicon
 A Program optimized for fast mapping of Operator to Operand.
 
 Literal
 A literal Program.
 
 Null
 The null Program.
 
 Operand
 A Program element that wraps a Program.
 
 Operator
 An atomic Program element defined by any UTF-8 string.
 
 Separator
 An atomic Program element that serves to separate other elements.
 

Detailed Description

Implementation
Each Program is a concrete implementation of Om::Language::Program.