|
Category
A Category is a wrapper for feature dictionaries,
intended for use in parsing.
|
|
GrammarCategory
A class of Category for use in parsing.
|
|
SubstituteBindingsI
An interface for classes that can perform substitutions for feature
variables.
|
|
ParserSubstitute
A lambda calculus expression parser, extended to create application
expressions which support the SubstituteBindingsI interface.
|
|
ApplicationExpressionSubst
A lambda application expression, extended to implement the
SubstituteBindingsI interface.
|
|
GrammarFile
|