{"id":25322689,"url":"https://github.com/jkeresman01/6502_ls","last_synced_at":"2026-04-11T12:05:18.696Z","repository":{"id":276662892,"uuid":"929884657","full_name":"jkeresman01/6502_LS","owner":"jkeresman01","description":"Language server for 6502 assembly","archived":false,"fork":false,"pushed_at":"2025-04-04T15:42:28.000Z","size":461,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T16:34:22.224Z","etag":null,"topics":["6502","6502-assembly","6502-processor","assembly","cpp","emacs","langauge-server","linux","lsp","neovim","vim"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jkeresman01.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2025-02-09T16:21:20.000Z","updated_at":"2025-04-04T15:42:31.000Z","dependencies_parsed_at":"2025-02-24T14:23:29.055Z","dependency_job_id":"c4f8a8de-fa39-44be-b5a1-b27061155a3c","html_url":"https://github.com/jkeresman01/6502_LS","commit_stats":null,"previous_names":["jkeresman01/6502_ls"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkeresman01%2F6502_LS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkeresman01%2F6502_LS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkeresman01%2F6502_LS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkeresman01%2F6502_LS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jkeresman01","download_url":"https://codeload.github.com/jkeresman01/6502_LS/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247744129,"owners_count":20988779,"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","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":["6502","6502-assembly","6502-processor","assembly","cpp","emacs","langauge-server","linux","lsp","neovim","vim"],"created_at":"2025-02-13T23:47:32.130Z","updated_at":"2026-04-11T12:05:18.691Z","avatar_url":"https://github.com/jkeresman01.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\r\n\r\n  \u003ch1\u003e6502 assembly language server\u003c/h1\u003e\r\n  \u003cimg width=\"180\" height=\"180\" alt=\"6502_LS\" src=\"https://github.com/user-attachments/assets/ef3e9679-fddf-4a9a-a184-3142e8bafd80\" /\u003e\r\n\r\n  \u003ch3\u003e !!!!!!! ⚠️  Work in progress ⚠️ !!!!!!! \u003c/h3\u003e\r\n  \u003ch6\u003e ---\u003e Langauge server for 6502 assembly \u003c--- \u003c/h6\u003e\r\n\r\n![C++](https://img.shields.io/badge/C++-blue?style=for-the-badge\u0026logo=c%2B%2B)\r\n![Work In Progress](https://img.shields.io/badge/Work%20In%20Progress-orange?style=for-the-badge)\r\n\r\n\u003c/div\u003e\r\n\r\n## Disclaimer ##\r\n\r\n\u003e ⚠️ **Disclaimer:**  \r\n\u003e This project is currently **under heavy restructuring**.  \r\n\u003e The codebase may be broken or unstable during this transition phase.  \r\n\u003e Expect incomplete functionality, failing builds, and temporary inconsistencies.\r\n\r\n## DEMO ## \r\n\r\n#### Completions ####\r\n\r\n[![asciicast](https://asciinema.org/a/Vpxr4wl0QqZ83fRqBJO7xGunM.svg)](https://asciinema.org/a/Vpxr4wl0QqZ83fRqBJO7xGunM)\r\n\r\n### Hover #### \r\n[![asciicast](https://asciinema.org/a/syKCKR74Qze1xiQ46AxoEDiyv.svg)](https://asciinema.org/a/syKCKR74Qze1xiQ46AxoEDiyv)\r\n\r\n## Project structure ##\r\n\r\n```bash\r\n\r\n6502LS/\r\n├── 6502ls-algo/\r\n├── 6502ls-capabilities/\r\n├── 6502ls-codeaction/\r\n├── 6502ls-common/\r\n├── 6502ls-completion/\r\n├── 6502ls-config/\r\n├── 6502ls-configuration-files/\r\n├── 6502ls-core/\r\n├── 6502ls-definition/\r\n├── 6502ls-diagnostics/\r\n├── 6502ls-enums/\r\n├── 6502ls-errors/\r\n├── 6502ls-hover/\r\n├── 6502ls-instructions/\r\n├── 6502ls-logging/\r\n├── 6502ls-managers/\r\n├── 6502ls-messages/\r\n├── 6502ls-params/\r\n├── 6502ls-repo/\r\n├── 6502ls-results/\r\n├── 6502ls-rpc/\r\n├── 6502ls-scripts/\r\n├── 6502ls-snippets/\r\n├── 6502ls-test-files/\r\n├── 6502ls-tests/\r\n├── 6502ls-types/\r\n├── 6502ls-utils/\r\n├── CMakeLists.txt\r\n├── Doxyfile\r\n├── LICENSE\r\n└── README.md\r\n\r\n\r\n```\r\n\r\n## Documentation ##\r\nhttps://jkeresman01.github.io/6502_LS/\r\n\r\n## Build ##\r\n\r\n``` shell\r\ncd 6502_LS\r\nmkdir build \u0026\u0026 cd build\r\ncmake ..\r\nmake -j$(nproc)\r\n```\r\n\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjkeresman01%2F6502_ls","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjkeresman01%2F6502_ls","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjkeresman01%2F6502_ls/lists"}