LICENSE
README.md
pyproject.toml
eggcalc/__init__.py
eggcalc/__main__.py
eggcalc/evaluator.py
eggcalc/normalize.py
eggcalc/units.py
eggcalc.egg-info/PKG-INFO
eggcalc.egg-info/SOURCES.txt
eggcalc.egg-info/dependency_links.txt
eggcalc.egg-info/entry_points.txt
eggcalc.egg-info/requires.txt
eggcalc.egg-info/top_level.txt
eggcalc/exact/__init__.py
eggcalc/exact/cargo.py
eggcalc/exact/config.py
eggcalc/exact/confusables.py
eggcalc/exact/diff.py
eggcalc/exact/glob.py
eggcalc/exact/identifier.py
eggcalc/exact/identifier_inspect.py
eggcalc/exact/inspect_prompt.py
eggcalc/exact/markdown.py
eggcalc/exact/measure.py
eggcalc/exact/patch.py
eggcalc/exact/path_tools.py
eggcalc/exact/position.py
eggcalc/exact/primitives.py
eggcalc/exact/shell.py
eggcalc/exact/synthesis.py
eggcalc/exact/transform.py
eggcalc/exact/unicode_policy.py
eggcalc/exact/unicode_tools.py
eggcalc/exact/validate.py
eggcalc/exact/version.py
eggcalc/mcp/__init__.py
eggcalc/mcp/schemas.py
eggcalc/mcp/server.py
eggcalc/mcp/tools.py
tests/test_build_single.py
tests/test_cargo_inspect.py
tests/test_cli_text.py
tests/test_clicalc.py
tests/test_config_validation.py
tests/test_exact.py
tests/test_golden_fixtures.py
tests/test_identifier_table.py
tests/test_line_range.py
tests/test_markdown_tools.py
tests/test_math_edge_cases.py
tests/test_math_identities.py
tests/test_mcp_server.py
tests/test_mcp_tools_new.py
tests/test_normalize.py
tests/test_patch_tools.py
tests/test_path_compare.py
tests/test_path_scope.py
tests/test_production_review_2026_07_b.py
tests/test_prompt_inspect.py
tests/test_repl_and_cli.py
tests/test_security_fuzz.py
tests/test_shell_tools.py
tests/test_text_replace_check.py
tests/test_tokenization.py
tests/test_tool_inventory.py
tests/test_unicode_policy.py
tests/test_unit_namespace.py
tests/test_version_constraint.py