-
Notifications
You must be signed in to change notification settings - Fork 123
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
SQLite grammar? #57
Comments
Hi @StevenACoffman ! I'm a bit reluctant to merge this grammar into master at this point, but here you can see how to integrate the grammar: #58 Files You can publish it in your fork or in a separate package and import in your code from there. It doesn't have to be located in |
so basically all parsers "integrated" into this package are just stolen from other packages, and there's no info on how they were generated? Do I understand this correctly? |
The go-tree-sitter maintainer doesn't want to checkin every language in the world into that repo (see smacker/go-tree-sitter#57 (comment)). So we're going to have to start linking our own languages into go for use in gazelle. This just moves the languages we're already using, but we'll need more soon. --- ### Changes are visible to end-users: no ### Type of change - Refactor (a code change that neither fixes a bug or adds a new feature) ### Test plan - Covered by existing test cases --------- Co-authored-by: thesayyn <[email protected]> GitOrigin-RevId: cf6d1d244bbd38af13f5e42780e7d7f3ccd196a2
👋 Hi,
This go binding is pretty great! I would love to be able to use this for SQL, specifically SQLite (and possibly PostgreSQL). I've found https://github.com/dhcmrlchtdj/tree-sitter-sqlite but that's in javascript, and I'm not really sure where to start gluing bits and pieces together.
The text was updated successfully, but these errors were encountered: