Interface | Description |
---|---|
Letrec3Function<A> |
A functional interface of three arguments of PatternMatcher.
|
Letrec4Function<A> |
A functional interface of four arguments of PatternMatcher.
|
Letrec5Function<A> |
A functional interface of five arguments of PatternMatcher.
|
LookaheadMatcher<A> |
An interface with lookahead matcher.
|
OperationMatcher<A> |
An interface with operations for matchers.
|
OrMatcher<A> |
An interface with alternation matcher.
|
PatternAction<A> |
A functional interface of actions used in this framework.
|
PatternMatcher<A> |
A functional interface of matchers used in this framework.
|
ThenMatcher<A> |
An interface with successor matcher.
|
Class | Description |
---|---|
PatternResult<A> |
A class of matching result.
|
Rena<A> |
A class to create parser definition.
|