a javascript library to be used by the werckmeister component and by the vscode extension. It could also be seen as the core functionality of a language server, excluding all of the protocol/server stuff.
Targeting the following features:
- code completion
- auto formatting (to do)
- go to definition (to do)
- find all references (to do)