elixir-lang / tree-sitter-elixir

Elixir grammar for tree-sitter
https://elixir-lang.org/tree-sitter-elixir
Apache License 2.0
245 stars 24 forks source link

SPM support #41

Closed mattmassicotte closed 1 year ago

mattmassicotte commented 1 year ago

Hello, me again adding more bindings! Thank you for looking so closely at the last one. This time it is for Swift.

Unfortunately due to a limitation of how the swift package manager works, a pre-generated C header is required.

jonatanklosko commented 1 year ago

I see it in tree-sitter/tree-sitter-go already, so sounds good :)

mattmassicotte commented 1 year ago

Great! Yes, been adding C and Swift bindings to many parsers :)