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

Improve support for C# #27

Open
jayu opened this issue Aug 20, 2023 · 4 comments
Open

Improve support for C# #27

jayu opened this issue Aug 20, 2023 · 4 comments

Comments

@jayu
Copy link
Contributor

jayu commented Aug 20, 2023

As requested in #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
Copy link
Contributor

gnerkus commented Jun 22, 2024

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

@jayu
Copy link
Contributor Author

jayu commented Jun 23, 2024

Go ahead, the more languages the better :D

@gnerkus
Copy link
Contributor

gnerkus commented Jun 30, 2024

I've opened a PR for the C# support here: #43

@jayu
Copy link
Contributor Author

jayu commented Dec 17, 2024

Experimental implementation of C# support was released in

Let's keep issue open, as it still need a lot of work for more robustness.

@jayu jayu changed the title Add support for C# Improve support for C# Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants