Exafunction / codeium-parse

A command line tool for parsing code syntax
MIT License
94 stars 4 forks source link

Support for Julia #20

Closed SWSAmor closed 11 months ago

SWSAmor commented 11 months ago

Is it good for that? Julia grammar for tree-sitter. if true Pretty please. :-)

pqn commented 11 months ago

I could add the parser relatively quickly, but right now I can't prioritize the queries (but you're welcome to add them yourself of course).

SWSAmor commented 11 months ago

Thanks for the quick reply! I might give it a try, but I'm not entirely sure what needs to be done.

pqn commented 11 months ago

With the v0.0.12 release I've added a Julia parser. Some guidelines on how to write queries are here, if you get the time: https://github.com/Exafunction/codeium-parse#adding-and-testing-queries

I'll close this issue given that the Julia grammar is supported now.