AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/design.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/usage.rst
docs/gfx/parse.jpg
docs/gfx/parselglossy.jpg
docs/gfx/validator.png
parselglossy/__init__.py
parselglossy/api.py
parselglossy/cli.py
parselglossy/documentation.py
parselglossy/exceptions.py
parselglossy/types.py
parselglossy/utils.py
parselglossy/validation.py
parselglossy/validation_plumbing.py
parselglossy/views.py
parselglossy.egg-info/PKG-INFO
parselglossy.egg-info/SOURCES.txt
parselglossy.egg-info/dependency_links.txt
parselglossy.egg-info/entry_points.txt
parselglossy.egg-info/not-zip-safe
parselglossy.egg-info/requires.txt
parselglossy.egg-info/top_level.txt
parselglossy/grammars/__init__.py
parselglossy/grammars/atoms.py
parselglossy/grammars/getkw.py
parselglossy/grammars/lexer.py
tests/custom_strategies.py
tests/read_in.py
tests/test_api.py
tests/test_atoms.py
tests/test_check_predicates.py
tests/test_check_template.py
tests/test_cli.py
tests/test_default_actions.py
tests/test_documentation.py
tests/test_getkw.py
tests/test_merge.py
tests/test_standard.py
tests/test_type_check.py
tests/test_types.py
tests/test_validation.py
tests/test_views.py
tests/api/docs_template.yml
tests/api/getkw.inp
tests/api/scf.inp
tests/api/scf_ir.json
tests/api/standard.inp
tests/cli/docs_template.yml
tests/cli/getkw.inp
tests/cli/scf.inp
tests/cli/scf_ir.json
tests/cli/standard.inp
tests/ref/dwigt.rst
tests/ref/getkw_ir.json
tests/ref/input.rst
tests/ref/scf_fr.json
tests/ref/scf_ir.json
tests/ref/simple.rst
tests/ref/standard_ir.json
tests/validation/input_errors/input_missing_keyword.yml
tests/validation/input_errors/input_predicate_cross.yml
tests/validation/input_errors/input_predicate_intra.yml
tests/validation/input_errors/input_type_error_bool.yml
tests/validation/input_errors/input_type_error_float.yml
tests/validation/input_errors/input_type_error_int.yml
tests/validation/input_errors/input_type_error_list.yml
tests/validation/input_errors/input_type_error_str.yml
tests/validation/input_errors/template.yml
tests/validation/input_errors/unexpected_keyword.yml
tests/validation/input_errors/unexpected_keyword_in_section.yml
tests/validation/input_errors/unexpected_section.yml
tests/validation/input_errors/unexpected_section_nested.yml
tests/validation/overall/default.yml
tests/validation/overall/input.yml
tests/validation/overall/template.yml
tests/validation/overall/template_all_default.yml
tests/validation/overall/template_with_default_section.yml
tests/validation/template_errors/input.yml
tests/validation/template_errors/template_empty_documentation.yml
tests/validation/template_errors/template_invalid_predicate.yml
tests/validation/template_errors/template_no_documentation.yml