tree-sitter-c-sharp
C# grammar for tree-sitter
Last updated a year ago by maxbrunsfeld .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install tree-sitter-c-sharp 
SYNC missed versions from official npm registry.

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

Current Tags

  • 0.23.1                                ...           latest (a year ago)

16 Versions

  • 0.23.1                                ...           a year ago
  • 0.23.0                                ...           2 years ago
  • 0.21.3                                ...           2 years ago
  • 0.21.2                                ...           2 years ago
  • 0.21.1                                ...           2 years ago
  • 0.20.0                                ...           4 years ago
  • 0.19.1                                ...           4 years ago
  • 0.19.0                                ...           5 years ago
  • 0.16.1                                ...           6 years ago
  • 0.16.0                                ...           6 years ago
  • 0.15.0                                ...           6 years ago
  • 0.13.0                                ...           8 years ago
  • 0.0.4                                ...           8 years ago
  • 0.0.3                                ...           8 years ago
  • 0.0.2                                ...           8 years ago
  • 0.0.1                                ...           8 years ago
Downloads
Today 0
This Week 0
This Month 1
Last Day 0
Last Week 11
Last Month 12
Dependencies (2)
Dev Dependencies (4)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |