This is yet another language server for lex/yacc and flex/bison. It is simply a port of the vscode extension yash. This is heavily a WIP.
This LSP server supports basic language features such as:
- Code diagnostic
- Auto-completion
- Hover
- Go to Definition
- Go to Type Definition
- Find references
- Rename Symbol
- Semantic tokens
- @babyraging - creator of yash
- @sceriffo - creator of yash