fwcd / tree-sitter-kotlin

Kotlin grammar for Tree-sitter
https://fwcd.github.io/tree-sitter-kotlin
MIT License
126 stars 52 forks source link

Refactor external scanner to use `tree_sitter/array.h` #131

Closed fwcd closed 2 months ago

fwcd commented 2 months ago

Tree-sitter now ships an official dynamic array that could replace our own Stack implementation: https://tree-sitter.github.io/tree-sitter/creating-parsers

ObserverOfTime commented 2 months ago

I already did that in #115 4.5 months ago. :)

fwcd commented 2 months ago

Ah sorry for not seeing this, somehow got lost in the stack of other PRs. Thanks, I'll have look soon!