Skip to content

Update KCL grammar - #16213

Open
adamchalmers wants to merge 1 commit into
helix-editor:masterfrom
adamchalmers:patch-1
Open

Update KCL grammar#16213
adamchalmers wants to merge 1 commit into
helix-editor:masterfrom
adamchalmers:patch-1

Conversation

@adamchalmers

Copy link
Copy Markdown
Contributor

I am the lead of the KCL team at Zoo, and I maintain the KCL tree sitter grammar.

I recently updated tree-sitter-kcl. This new version of the grammar is much more accurate, adds support for new language features we've released recently, and has much better performance (because it avoids error nodes and the associated backtracking.

I am the lead of the KCL team at Zoo, and I maintain the KCL tree sitter grammar.

I recently updated tree-sitter-kcl. This new version of the grammar is much more accurate, adds support for new language features we've released recently, and has much better performance (because it avoids error nodes and the associated backtracking.
@m4rch3n1ng

Copy link
Copy Markdown
Contributor

if it supports new features, why are there no new queries? or is it just new features that get put into already existing queries?

@adamchalmers

Copy link
Copy Markdown
Contributor Author

This updates the grammar so that it parses properly, but this new grammar is still compatible with the existing queries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants