You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
val language = Language(TreeSitterKotlin.language())
val parser = Parser(language)
val tree = parser.parse("fun main() {}")
val rootNode = tree.rootNode
But TreeSitterKotlin.language() not exist?
The text was updated successfully, but these errors were encountered:
Parser bindings are not yet available. Check fwcd/tree-sitter-kotlin@135386b.
You can add the parser repo you want as a submodule and point the grammarDir to it.
val language = Language(TreeSitterKotlin.language())
val parser = Parser(language)
val tree = parser.parse("fun main() {}")
val rootNode = tree.rootNode
But TreeSitterKotlin.language() not exist?
The text was updated successfully, but these errors were encountered: