Package Jet.Lisp

The Lisp package includes the basic classes for symbol manipulation in Jet: literals, variables, and feature sets.

See:
          Description

Class Summary
FeatureSet A FeatureSet provides a mapping from interned Strings to Objects.
Literal representation of a literal in the grammar, used to match a specific string.
Variable representation of a variable, as used in patterns.
 

Package Jet.Lisp Description

The Lisp package includes the basic classes for symbol manipulation in Jet: literals, variables, and feature sets.