LICENSE
README.md
pyproject.toml
src/cg_studio/__init__.py
src/cg_studio/__main__.py
src/cg_studio/_bundled.py
src/cg_studio/app.py
src/cg_studio/cli.py
src/cg_studio/config.py
src/cg_studio/dsl_emitter.py
src/cg_studio/dsl_parser.py
src/cg_studio/bin/LICENSE-CODEGEN
src/cg_studio/bin/lin/BUILDINFO.txt
src/cg_studio/bin/lin/CODEGEN
src/cg_studio/bin/mac/BUILDINFO.txt
src/cg_studio/bin/mac/CODEGEN
src/cg_studio/bin/win/BUILDINFO.txt
src/cg_studio/bin/win/CODEGEN.exe
src/cg_studio/frontend/blocks.json
src/cg_studio/frontend/favicon.svg
src/cg_studio/frontend/index.html
src/cg_studio/frontend/css/style.css
src/cg_studio/frontend/js/api.js
src/cg_studio/frontend/js/canvas.js
src/cg_studio/frontend/js/check_model.js
src/cg_studio/frontend/js/dsl_preview.js
src/cg_studio/frontend/js/forms.js
src/cg_studio/frontend/js/main.js
src/cg_studio/frontend/js/palette.js
src/cg_studio/frontend/js/project_adapter.js
src/cg_studio/frontend/js/resizers.js
src/cg_studio/frontend/js/sidebar.js
src/cg_studio/frontend/js/store.js
src/cg_studio/frontend/js/validate.js
src/stepss_cg_studio.egg-info/PKG-INFO
src/stepss_cg_studio.egg-info/SOURCES.txt
src/stepss_cg_studio.egg-info/dependency_links.txt
src/stepss_cg_studio.egg-info/entry_points.txt
src/stepss_cg_studio.egg-info/requires.txt
src/stepss_cg_studio.egg-info/top_level.txt
tests/test_api.py
tests/test_check_model.py
tests/test_cli.py
tests/test_config.py
tests/test_e2e.py
tests/test_parser.py
tests/test_project_adapter.py
tests/test_validate.py