| Home | Trees | Indices | Help |
|---|
|
|
A proof-of-concept regexp implementation for binary data strings.
The hope is that one day we can parse binary data in the same way as text...
|
|||
|
BinaryAlphabet An alphabet for binary strings. |
|||
|
|||
|
|||
|
|||
|
|||
BINARY = BinaryAlphabet()
|
|||
__compiled_binary_parser = make_str_parser(BINARY)Cache the parser to allow efficient re-use. |
|||
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sat Jun 9 21:50:50 2012 | http://epydoc.sourceforge.net |