Uses of Package
org.norecess.citkit.environment

Packages that use org.norecess.citkit.environment
org.norecess.citkit.environment This package provides classes to support an environment in an interpreter or compiler. 
 

Classes in org.norecess.citkit.environment used by org.norecess.citkit.environment
Environment
          Implements a variable environment for a Hobbes interpreter.
IEnvironment
          Interface for environments.
InvalidVariableException
          Indicates that a variable is being used incorrectly.