Ce11an / tree-sitter-surrealql

SurrealQL grammar for tree-sitter
MIT License
2 stars 0 forks source link

Reduce select statement states #10

Closed Ce11an closed 3 months ago

Ce11an commented 3 months ago

Description

I managed to reduce the number of states generated with the select_statement. This reduces tree-sitter generate from ~10 mins to ~2 seconds.

Fixes: #9