{"id":28284747,"url":"https://github.com/danieljharvey/lsp-experiments","last_synced_at":"2025-09-11T01:45:32.454Z","repository":{"id":261692996,"uuid":"861058995","full_name":"danieljharvey/lsp-experiments","owner":"danieljharvey","description":"Experiments in designing a language LSP-first","archived":false,"fork":false,"pushed_at":"2024-12-30T23:05:14.000Z","size":88,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-17T17:45:54.809Z","etag":null,"topics":["compiler","experiments","lsp","rust","typechecker"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danieljharvey.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-21T22:17:48.000Z","updated_at":"2024-12-30T23:05:18.000Z","dependencies_parsed_at":"2024-11-07T23:20:25.446Z","dependency_job_id":"2db0d93d-fdf2-46f9-b357-b1af66a44fc8","html_url":"https://github.com/danieljharvey/lsp-experiments","commit_stats":null,"previous_names":["danieljharvey/frame"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/danieljharvey/lsp-experiments","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieljharvey%2Flsp-experiments","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieljharvey%2Flsp-experiments/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieljharvey%2Flsp-experiments/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieljharvey%2Flsp-experiments/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danieljharvey","download_url":"https://codeload.github.com/danieljharvey/lsp-experiments/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieljharvey%2Flsp-experiments/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274562400,"owners_count":25308387,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-10T02:00:12.551Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["compiler","experiments","lsp","rust","typechecker"],"created_at":"2025-05-21T17:14:46.728Z","updated_at":"2025-09-11T01:45:32.449Z","avatar_url":"https://github.com/danieljharvey.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lsp-experiments\n\nHow does the design of a compiler change when we're designing it to have LSP support from the ground up.\n\nImplemented so far:\n\n- Parsing must always succeed (but create a partial AST). This allows us to shows multiple parse errors at once ala [this excellent blog](https://eyalkalderon.com/blog/nom-error-recovery/).\n\nNext to come:\n\n- Given a bunch of functions, where some of them don't parse, we can at least try to typecheck others using the top-level function type signatures etc\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanieljharvey%2Flsp-experiments","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanieljharvey%2Flsp-experiments","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanieljharvey%2Flsp-experiments/lists"}