-
Notifications
You must be signed in to change notification settings - Fork 87
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
Elixir support #556
Comments
Thanks for your interest! We currently prioritize languages for our commercial customers, but if you'd like to take on adding this yourself the process is described here: https://github.com/getgrit/gritql/blob/main/CONTRIBUTING.md#adding-a-new-target-language |
I made an attempt, getting inspiration from what exists for ruby as these languages are not too far from each other. At some point I even managed to have it compiled and passing tests. But is fails at matching simple code:
whereas
|
The problem is usually missing contexts. If you open a draft PR I'm happy to try debugging. |
That's indeed the part of the guide I understood the least ;)
With great pleasure. |
I don't know how much effort it cost to support a new language.
But I'm working on a large Elixir code base and I would love to be able to Grit to refactor it reliably.
The text was updated successfully, but these errors were encountered: