tree-sitter-java icon indicating copy to clipboard operation
tree-sitter-java copied to clipboard

Add JSON representation of the Java tree-sitter grammar description

Open JonasCir opened this issue 3 years ago • 0 comments

Fixes #100


Checklist:

  • [ ] All tests pass in CI.
  • [ ] There are sufficient tests for the new fix/feature.
  • [ ] Grammar rules have not been renamed unless absolutely necessary.
  • [ ] The conflicts section hasn't grown too much.
  • [ ] The parser size hasn't grown too much (check the value of STATE_COUNT in src/parser.c).

JonasCir avatar Jan 29 '22 21:01 JonasCir