Cloud-Code-AI / kaizen

Seamless Bug Detection Throughout Your Development Cycle
https://cloudcode.ai/kaizen/docs/
MIT License
251 stars 32 forks source link

Remove parser factory #554

Open ShivanshJ opened 3 days ago

ShivanshJ commented 3 days ago

This is specific to the chunk_code.py

I think you can do

import tree_sitter_languages
parser = tree_sitter_languages.get_parser(language)

instead of using your own parser factory?

sauravpanda commented 3 days ago

I think I tried it but it had some issues, maybe because it's not maintained for a while now!