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

feat(lang): add C# language support with modern features #568

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

onyedikachi-david
Copy link

@onyedikachi-david onyedikachi-david commented Oct 29, 2024

Fixes: #438
/claim #438

  • Add C# language implementation with tree-sitter grammar
  • Add comprehensive test suite for language features
  • Include pattern matching, LINQ, and records support

Greptile Summary

This is an auto-generated summary

Hi! Looks like you've reached your API usage limit. You can increase it from your account settings page here: app.greptile.com/settings/usage

@onyedikachi-david onyedikachi-david requested a review from a team as a code owner October 29, 2024 14:39
Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

3 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile

@algora-pbc algora-pbc bot mentioned this pull request Oct 29, 2024
@morgante
Copy link
Contributor

Thanks! For tests we'll also need a bunch of tests that confirm pattern matching / rewriting works properly, like those found in https://github.com/getgrit/gritql/blob/e12de3b59978e462269263088ef834b90e0be244/crates/core/src/test.rs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

C# Support
2 participants