tree-sitter / tree-sitter-julia

Julia grammar for Tree-sitter
MIT License
93 stars 31 forks source link

Add Swift Bindings #107

Closed cengelbart39 closed 1 year ago

cengelbart39 commented 1 year ago

The Swift Package manager can build C and C++ sources and use headers to expose functions to Swift.

These additions and modifications allow the SPM to use the Julia Tree Sitter and for use in Swift apps.

savq commented 1 year ago

I know nothing about swift, but if the other grammars have this, I guess it's fine.

Could you remove the .DS_Store file? (If you're developing on a mac it's a good idea to put it in your global gitignore)

cengelbart39 commented 1 year ago

@savq Should be good to go now.

savq commented 1 year ago

Thanks 👍