This is an attempt at making a tree-sitter module for Raku
To get started developing run:
npm i
The bread and butter of this project is
npx tree-sitter generate
You'll have to run the above command every single time you make changes to the grammar.
You can find the grammar's DSL here.