regexp library
This package contains a simple parser and evaluator for Regular Expressions.
Classes
- AlternationNode
- ComplementNode
- ConcatenationNode
- DotNode
- EmptyNode
- IntersectionNode
- LiteralNode
- Nfa
- Nondeterministic Finite Automaton
- NfaState
- Node
- QuantificationNode
Properties
-
nodeParser
→ Parser<
Node> -
final