We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On the linked website I can read
JS and WASM JS will not be supported.
What's the reason behind this choice?
The text was updated successfully, but these errors were encountered:
It's not possible to use the C API directly in JS (as far as I know). The only option would be to delegate to tree-sitter/web-tree-sitter.
Sorry, something went wrong.
Wrapping and delegating to node-tree-sitter seems like a reasonable idea. That would make kotlin-tree-sitter a valid alternative to antlr-kotlin.
Supporting a JS target would be cool. WebAssembly can wait, it's still not widespread.
Do you have a use case for it?
We might want to experiment with tree-sitter for parsing stuff on a VS Code extension, using Kotlin code compiled to JS.
But the general picture for me is the expansion of the KMP and K/JS library ecosystem.
No branches or pull requests
On the linked website I can read
What's the reason behind this choice?
The text was updated successfully, but these errors were encountered: