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

Kotlin grammar for Tree-sitter

Results 32 tree-sitter-kotlin issues
Sort by recently updated
recently updated
newest added

In my pursuits running the Kotlin parser on many open-source repos, I've noticed that a very common we cannot parse is expressions of the form `Foo::bar`. It seems that this...

grammar

"parsing" category on crates.io is for low-level/general-purpose tooling for making parsers. Language-specific parsers belong to `parser-implementations` category.