codeque-co / codeque

Find and lint complex code patterns effortlessly
https://codeque.co
Other
138 stars 6 forks source link

Add support for C# #27

Open jayu opened 1 year ago

jayu commented 1 year ago

As requested in https://github.com/codeque-co/codeque/issues/7 - support for C# should be added to CodeQue.

It should be done by integrating tree-sitter-sharp parser.

Parser has heavy grammar definition which would impact the size of nodes mapping and WASM file and perhaps parsing speed.

It's worth doing a PoC on parser speed before investing time for integrating it with CodeQue.

gnerkus commented 3 months ago

I'll like to take a look at this if it's still needed.

jayu commented 3 months ago

Go ahead, the more languages the better :D

gnerkus commented 3 months ago

I've opened a PR for the C# support here: https://github.com/codeque-co/codeque/pull/43