- rxpy.alphabet: An alphabet encapsulates logic specific to a particular input type.
- rxpy.compat
- rxpy.engine
- rxpy.graph: Graph nodes represent the regular expression, something like an AST or
set of opcodes (they are intended to match individual operations in the
engine).
- rxpy.lib
- rxpy.parser
- rxpy.re: A replacement for the Python re module, using the simple engine.
|