https://github.com/techwritescode/asm-lsp
https://github.com/techwritescode/asm-lsp
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/techwritescode/asm-lsp
- Owner: techwritescode
- Created: 2024-03-07T23:13:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-07T23:17:47.000Z (over 2 years ago)
- Last Synced: 2025-06-29T19:30:40.981Z (12 months ago)
- Language: TypeScript
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# ASM Language Server
Experimental language server for ASM dialects
## Status
Proof of concept, not ready for use.
## Roadmap
- Dialects
- [x] 6502
- [ ] 68000
- [ ] Z80
- Features
- [ ] Syntax Highlighting
- [ ] Diagnostics
- [ ] Code Actions
- [ ] Hover
- [ ] Go to Definition
- [ ] Find References
- [ ] Document Symbols
- [ ] Workspace Symbols
- [ ] Rename
- [ ] Completion