LICENSE
MANIFEST.in
README.md
opencode.json
pyproject.toml
delphiast/__init__.py
delphiast/binary.py
delphiast/comment_builder.py
delphiast/consts.py
delphiast/grammar.py
delphiast/lark_builder.py
delphiast/lark_tokens.py
delphiast/lsp_server.py
delphiast/nodes.py
delphiast/parser.py
delphiast/preprocessor.py
delphiast/project_indexer.py
delphiast/semantic.py
delphiast/semantic_builder.py
delphiast/source_reader.py
delphiast/workspace.py
delphiast/writer.py
python_delphi_lsp.egg-info/PKG-INFO
python_delphi_lsp.egg-info/SOURCES.txt
python_delphi_lsp.egg-info/dependency_links.txt
python_delphi_lsp.egg-info/entry_points.txt
python_delphi_lsp.egg-info/requires.txt
python_delphi_lsp.egg-info/top_level.txt
scripts/audit_delphi_language_features.py
scripts/bootstrap_vllm_opencode_test.ps1
scripts/bootstrap_vllm_opencode_test.py
scripts/bootstrap_vllm_opencode_test.sh
scripts/check_ornith_cache.py
scripts/generate_release_evidence.py
scripts/prepare_ornith_cache.py
scripts/run_opencode_lsp_probe.py
scripts/start_ornith_vllm.sh
scripts/summarize_opencode_request_payloads.py
scripts/ollama/ornith-lspctx.Modelfile
tests/test_bootstrap_vllm_opencode.py
tests/test_diagnostics.py
tests/test_language_feature_matrix.py
tests/test_legacy_snippets.py
tests/test_lsp_features.py
tests/test_lsp_support.py
tests/test_opencode_config.py
tests/test_opencode_probe.py
tests/test_opencode_request_payloads.py
tests/test_ornith_cache_prepare.py
tests/test_package_metadata.py
tests/test_parser.py
tests/test_preprocessor.py
tests/test_project_indexer.py
tests/test_release_evidence.py
tests/test_semantic.py
tests/test_vllm_start_script.py
tests/test_workspace.py
tests/fixtures/library_demo.dpr
tests/fixtures/package_demo.dpk
tests/fixtures/program_demo.dpr
tests/fixtures/unit_advanced.pas
tests/fixtures/unit_attributes.pas
tests/fixtures/unit_basic.pas
tests/fixtures/unit_consumer.pas
tests/fixtures/unit_generics.pas
tests/fixtures/unit_inheritance.pas
tests/fixtures/unit_math.pas
tests/fixtures/unit_properties.pas
tests/fixtures/unit_sections.pas
tests/fixtures/unit_statements.pas
tests/fixtures/unit_types.pas
tests/fixtures/unit_unresolved.pas
tests/fixtures/unit_with.pas
tests/fixtures/legacy_snippets/DeprecatedOnConst.pas
tests/fixtures/legacy_snippets/VariantRecordFieldAttributes.pas
tests/fixtures/legacy_snippets/alignedrecords.pas
tests/fixtures/legacy_snippets/constset.pas
tests/fixtures/legacy_snippets/deprecatedtype.pas
tests/fixtures/legacy_snippets/dottedtypes.pas
tests/fixtures/legacy_snippets/endtoken.pas
tests/fixtures/legacy_snippets/experimentals.pas
tests/fixtures/legacy_snippets/externalfunction.pas
tests/fixtures/legacy_snippets/finalizationinitializationexports.pas
tests/fixtures/legacy_snippets/forwardoverloaded.pas
tests/fixtures/legacy_snippets/forwardwithoutsemicolon.pas
tests/fixtures/legacy_snippets/genericconstraints.pas
tests/fixtures/legacy_snippets/genericinterfacemethoddelegation.pas
tests/fixtures/legacy_snippets/implementsgenerictype.pas
tests/fixtures/legacy_snippets/include file2.inc
tests/fixtures/legacy_snippets/includefile.inc
tests/fixtures/legacy_snippets/includefile.pas
tests/fixtures/legacy_snippets/managedrecords.pas
tests/fixtures/legacy_snippets/messagemethod.pas
tests/fixtures/legacy_snippets/multiline.pas
tests/fixtures/legacy_snippets/nonalignedrecords.pas
tests/fixtures/legacy_snippets/numbers.pas
tests/fixtures/legacy_snippets/pointerchars.pas
tests/fixtures/legacy_snippets/properties.pas
tests/fixtures/legacy_snippets/strictvisibility.pas
tests/fixtures/legacy_snippets/tryexcept.pas
tests/fixtures/legacy_snippets/umlauts.pas
tests/fixtures/legacy_snippets/whitespacearoundifdefcondition.pas