Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify the github build so that it builds from first principles #7

Open
Claude-at-Instaclustr opened this issue Apr 29, 2022 · 0 comments

Comments

@Claude-at-Instaclustr
Copy link
Contributor

The only real source files for this project are

  1. grammar.js
  2. test/corpus/*

There is a demo program

  1. src/main.rs

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

  1. 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.
  2. The readme should be updated to explain how to setup the environment for the developer.
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

No branches or pull requests

1 participant