cap-js-community / tree-sitter-cds

CAP CDS grammar for tree-sitter.
Apache License 2.0
16 stars 2 forks source link

feat: Update rules to fit tree-sitters GLR parsing #17

Closed bugwelle closed 2 months ago

bugwelle commented 8 months ago

The grammar was originally an LL grammar (I used it as a base for this project, but modified it heavily afterward). But tree-sitter is GLR and some rules can be updated to better "fit" into GLR.

I want to stabilize the tree eventually. This needs to be done step by step. This issue is to keep track of it.

bugwelle commented 8 months ago

Changes are on branch https://github.com/cap-js-community/tree-sitter-cds/tree/dev