DokMelody
DokMelody is a federated system for programming and sharing information between individual users, groups and communities. It is composed of different systems: In this blog I will document the initial
DokMelody is a federated system for programming and sharing information between individual users, groups and communities. It is composed of different systems: In this blog I will document the initial development and bootstrapping process of DokMelody.
The long journey towards Dok AST
Now I can parse Dok (a first version of it) and generate its Abstract Syntax Tree (Dok AST). commit/a43417024115fa586dd7b4be2a27f92b87a91c0b The followed approach is far from pragmatic, but I'm experimenting some
Now I can parse Dok (a first version of it) and generate its Abstract Syntax Tree (Dok AST). commit/a43417024115fa586dd7b4be2a27f92b87a91c0b The followed approach is far from pragmatic, but I'm experimenting some paradigms that I would use also in the final project: I have the Dok grammar, written using the tree-sitter formalism.