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

Replace home-grown language parser with py-tree-sitter #205

Open
the-crypt-keeper opened this issue Jun 11, 2024 · 0 comments
Open

Replace home-grown language parser with py-tree-sitter #205

the-crypt-keeper opened this issue Jun 11, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@the-crypt-keeper
Copy link
Owner

https://github.com/tree-sitter/py-tree-sitter

We need to know entry points because LLMs often misnamed the functions we ask for. Currently there is a home baked parser for JS and Python, which has its own problem.

This would enable adding more languages.

@the-crypt-keeper the-crypt-keeper added the enhancement New feature or request label Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant