1
0
Fork
You've already forked glsp
0
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.
  • Scheme 91.5%
  • Makefile 8.5%
ATuin Dev d672070ea5
feat(protocol): init StateMachine
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`.
2026年02月23日 15:18:47 +01:00
glsp feat(protocol): init StateMachine 2026年02月23日 15:18:47 +01:00
.gitignore chore: init the repo 2026年02月21日 12:46:54 +01:00
build.ss chore: add protocol 2026年02月22日 21:19:24 +01:00
gerbil.pkg chore: init the repo 2026年02月21日 12:46:54 +01:00
Makefile chore: init the repo 2026年02月21日 12:46:54 +01:00