LICENSE
NOTICE
README.md
pyproject.toml
src/fromjcl/__init__.py
src/fromjcl/_scanner.py
src/fromjcl/_validate.py
src/fromjcl/_zoau_flags.py
src/fromjcl/cli.py
src/fromjcl/models.py
src/fromjcl/parser.py
src/fromjcl/py.typed
src/fromjcl/rejcl.py
src/fromjcl.egg-info/PKG-INFO
src/fromjcl.egg-info/SOURCES.txt
src/fromjcl.egg-info/dependency_links.txt
src/fromjcl.egg-info/entry_points.txt
src/fromjcl.egg-info/requires.txt
src/fromjcl.egg-info/top_level.txt
src/fromjcl/converters/__init__.py
src/fromjcl/converters/_conditions.py
src/fromjcl/converters/classify.py
src/fromjcl/converters/common.py
src/fromjcl/converters/shell/__init__.py
src/fromjcl/converters/shell/_scaffold.py
src/fromjcl/converters/shell/mvscmd.py
src/fromjcl/converters/shell/zoau.py
src/fromjcl/serialize/__init__.py
src/fromjcl/serialize/csv.py
src/fromjcl/serialize/jcl.py
src/fromjcl/serialize/json.py
src/fromjcl/serialize/raw.py
src/fromjcl/serialize/yaml.py
tests/test_cli_gate.py
tests/test_cli_smoke.py
tests/test_conditions.py
tests/test_full_matrix.py
tests/test_golden_conversions.py
tests/test_models.py
tests/test_parser_roundtrip.py
tests/test_public_api.py
tests/test_rejcl_matrix.py
tests/test_serialize_jcl.py
tests/test_validate.py
tests/test_zoau_matrix.py
tests/test_zoau_oracle.py