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

SPM support #17

Merged
merged 1 commit into from
Aug 11, 2022
Merged

SPM support #17

merged 1 commit into from
Aug 11, 2022

Conversation

mattmassicotte
Copy link
Contributor

This PR adds Swift package manager support, so the parser can be more easily integrated with and used from Swift. While not necessary, it does pair nicely with SwiftTreeSitter.

Typically, when we make a Swift package for a tree-sitter parser, it includes queries as well. I noticed there aren't any here, so I've omitted that. But, should any ever be added, the Package.swift file will have to be changed again. Not a big deal, just letting you know.

Thanks so much for maintaining this package - it's awesome!

@Azganoth
Copy link
Owner

Seems good! Thanks for expanding the project!

(Ignore those checks, nothing to do with this PR)

@Azganoth Azganoth merged commit 67ceaeb into Azganoth:master Aug 11, 2022
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.

None yet

2 participants