Gerbil LSP server
This is a PoC to create an LSP in gerbil to learn the language.
Nothing will be stable since the main exercise with this repo is to experiment with gerbil itself.
|
ATuin Dev
d672070ea5
Implement initialization for for the class StateMachine. When an instance is initialize it we register defined states and events in hash-tables. A hash-table (current-state -> event -> next-state) is also registered for each of the transisitions defined. This hash table defines the `next-state` when being in `current-state` and reciving `event`. |
||
|---|---|---|
| glsp | feat(protocol): init StateMachine | |
| .gitignore | chore: init the repo | |
| build.ss | chore: add protocol | |
| gerbil.pkg | chore: init the repo | |
| Makefile | chore: init the repo | |