You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everything else comes from either the tree-sitter build package or cassandra example blogs or other documentation concerning the CQL structure -- some of which are wrong.
The package should be reduced to be just the grammar and test corpus for packaging and the main.rs fixed up as a test/development tool.
All other components should be removed and
The github build script execute an install of the tree-sitter main line code and then build the package from the grammer, including the tests.
The readme should be updated to explain how to setup the environment for the developer.
The text was updated successfully, but these errors were encountered:
The only real source files for this project are
There is a demo program
Everything else comes from either the tree-sitter build package or cassandra example blogs or other documentation concerning the CQL structure -- some of which are wrong.
The package should be reduced to be just the grammar and test corpus for packaging and the main.rs fixed up as a test/development tool.
All other components should be removed and
The text was updated successfully, but these errors were encountered: