tree-sitter-c-sharp

Crates.iotree-sitter-c-sharp
lib.rstree-sitter-c-sharp
version0.23.0
sourcesrc
created_at2020-10-28 20:58:05.6885
updated_at2024-09-01 10:00:11.91156
descriptionC# grammar for tree-sitter
homepage
repositoryhttps://github.com/tree-sitter/tree-sitter-c-sharp
max_upload_size
id306455
size35,104,842
Damien Guard (damieng)

documentation

README

tree-sitter-c-sharp

CI discord matrix crates npm pypi

C# grammar for tree-sitter based upon the Roslyn grammar with changes in order to:

  • Deal with differences between the parsing technologies
  • Work around some bugs in that grammar
  • Handle #if, #else, #elif, #endif blocks
  • Support syntax highlighting/parsing of fragments
  • Simplify the output tree
  • Reduce parser state count and complexity
  • Be in-line with tree-sitter's convention where applicable

Status

Comprehensive supports C# 1 through 13.0 with the following exception:

  • async, var and await cannot be used as identifiers everywhere they are valid

References

Commit count: 545

cargo fmt