.envrc
.gitignore
.pre-commit-config.yaml
CHANGELOG
CONTRIBUTING.md
DEVELOPMENT.md
LICENSE
README.md
noxfile.py
pyproject.toml
.github/workflows/buildwheel.yml
.github/workflows/cd-pre.yml
.github/workflows/cd.yml
.github/workflows/ci.yml
.github/workflows/publish-docs.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/publish-to-test-pypi.yml
.github/workflows/test.yml
src/ngo/__init__.py
src/ngo/__main__.py
src/ngo/api.py
src/ngo/cleanup.py
src/ngo/dependency.py
src/ngo/inline.py
src/ngo/literal_duplication.py
src/ngo/math_simplification.py
src/ngo/minmax_aggregates.py
src/ngo/normalize.py
src/ngo/projection.py
src/ngo/py.typed
src/ngo/sum_aggregates.py
src/ngo/symmetry.py
src/ngo/unused.py
src/ngo.egg-info/PKG-INFO
src/ngo.egg-info/SOURCES.txt
src/ngo.egg-info/dependency_links.txt
src/ngo.egg-info/entry_points.txt
src/ngo.egg-info/requires.txt
src/ngo.egg-info/top_level.txt
src/ngo/utils/__init__.py
src/ngo/utils/ast.py
src/ngo/utils/globals.py
src/ngo/utils/parser.py
tests/__init__.py
tests/py.typed
tests/test_ast.py
tests/test_cleanup.py
tests/test_dependency.py
tests/test_global.py
tests/test_inline.py
tests/test_literal_duplication.py
tests/test_main.py
tests/test_math_simplification.py
tests/test_minmax_aggregates.py
tests/test_normalize.py
tests/test_projection.py
tests/test_regression.py
tests/test_sum_aggregates.py
tests/test_symmetry.py
tests/test_unused.py