Skip to content

a simple language server protocol for 8085 asm

Notifications You must be signed in to change notification settings

shri-acha/lsp85

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[ CodeMirror Editor ]
         │
         ▼
  LSPClient (browser)
         │ JSON-RPC
         ▼ postMessage
┌──────────────────────────┐
│  WebWorker (JS)          │
│  - Handles LSP messages  │
│  - Calls WASM functions  │
└───────────┬──────────────┘
            │
            ▼
     [ WASM Module ]
   - completion()
   - hover()
   - parsing logic

(x) - Code completions image () Populate for all the instructions

About

a simple language server protocol for 8085 asm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages