Package org.erights.e.elang.syntax
Parses the full E language, and expands it into Kernel-E parse trees.
See:
Description
Interface Summary
Class Summary
ELexer
Safe: Breaks textually input into a stream of tokens according to the E
language's defined grammar.
EScriptDecl
Just a bundling of state for use during parsing
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