python-regex-scanner
A basic implementation of a class that helps tokenizing strings with Python regular expressions.
For more information see this blog post about regex gems.
Demo of how to use the underlying SRE engine to build a regex scanner
Python
A basic implementation of a class that helps tokenizing strings with Python regular expressions.
For more information see this blog post about regex gems.