LICENSE
README.md
setup.py
lex2/__init__.py
lex2/_itf_lexer.py
lex2/_itf_matcher.py
lex2/_make_lexer.py
lex2/_opts.py
lex2/_rule.py
lex2/_token.py
lex2/excs.py
lex2/predefs.py
lex2.egg-info/PKG-INFO
lex2.egg-info/SOURCES.txt
lex2.egg-info/dependency_links.txt
lex2.egg-info/top_level.txt
lex2/lexer/__init__.py
lex2/lexer/_base_lexer.py
lex2/lexer/_generic_lexer.py
lex2/lexer/_profiler.py
lex2/matcher/__init__.py
lex2/matcher/_base_matcher.py
lex2/matcher/_std_re.py
lex2/textio/__init__.py
lex2/textio/_textio.py
lex2/textio/_textposition.py
lex2/textio/_textstream_core.py
lex2/textio/_textstream_disk.py
lex2/textio/_textstream_memory.py
lex2/util/__init__.py
lex2/util/deps.py
lex2/util/types.py
tests/__init__.py
tests/_common.py
tests/a.py
tests/b.py
tests/opm_test.py
tests/test_cpp_tokenization.py
tests/test_multispan_comment.py