Changelog for tree-sitter-java-0.4.0.0
v0.4.0.0
- AST datatypes use a shared
Tokendatatype for all anonymous leaves. - Bumps the lower bound on
tree-sitterto 0.5. - AST named sum datatypes are represented as
newtypewrappers around sums constructed with:+:. - AST named & anonymous sum types are represented as balanced binary trees of
:+:s instead of right-chained lists. - Rename the
bytesfield of leaves totext.
v0.3.0.0
- Adds AST datatypes in
TreeSitter.Java.ASTwhich you can use withTreeSitter.Unmarshal.