Unnamed Package


  • Classes
    Class
    Description
     
     
     
     
    Our internal representation of a IfZero expr in the A0 language.
    The test class IfZeroTest.
    Our internal representation of a number in the A0 language.
    The test class NumTest.
    Pair<T,U>
    A class to represent two values.
    The test class PairTest.
    Our internal representation of a Paren in the A0 language.
     
     
    The test class UtilIanTest.
    Abstract class Value - The type of all Expressions which self-evaluate: Numbers, and (later, in R3) functions.