.gitignore
LICENSE
README.rst
pyproject.toml
sv_simpleparser/__init__.py
sv_simpleparser/_sv_parser.py
sv_simpleparser/hdl.py
sv_simpleparser/lexer.py
sv_simpleparser/lexer_tokens.py
sv_simpleparser/regexopt.py
sv_simpleparser/util.py
sv_simpleparser.egg-info/PKG-INFO
sv_simpleparser.egg-info/SOURCES.txt
sv_simpleparser.egg-info/dependency_links.txt
sv_simpleparser.egg-info/requires.txt
sv_simpleparser.egg-info/top_level.txt
tests/test_parser.py
tests/svfiles_examples/adder.sv
tests/svfiles_examples/bcd_adder.sv
tests/svfiles_examples/encoder_using_case.sv
tests/svfiles_examples/jarbitraryCounter.sv
tests/svfiles_examples/up_down_counter.sv