Package org.erights.e.elang.syntax

Parses the full E language, and expands it into Kernel-E parse trees.

See:
          Description

Interface Summary
BaseEBuilder Untamed:
EBuilder Untamed:
 

Class Summary
Assoc  
BaseENodeBuilder Untamed:
ELexer Safe: Breaks textually input into a stream of tokens according to the E language's defined grammar.
ENodeBuilder Untamed:
EParser Safe:
EScriptDecl Just a bundling of state for use during parsing
HilbertHotel Untamed:
MsgPatt For a Parser temporary
ObjDecl Just a bundling of state for use during parsing
PrettyFeeder Safe: For prettifying source using indentation info.
QuasiFeeder Untamed: Like LineFeeder, but collapses @@ to @ and $$ to $.
 

Package org.erights.e.elang.syntax Description

Parses the full E language, and expands it into Kernel-E parse trees.

Author:
Mark S. Miller


comments?