Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
tree-sitter-kotlin
Advanced tools
Kotlin language grammar for Tree-Sitter.
The grammar is based on the official language grammar.
File | Description |
---|---|
grammar.js | The Tree-Sitter grammar |
grammar-reference.js | A direct translation of the Kotlin language grammar that is, however, ambiguous to Tree-Sitter |
src | The generated parser |
npm install
To (re-)compile the grammar, run:
npm run generate
Note that the grammar is written completely in JavaScript (grammar.js
), the other source files are generated by tree-sitter
.
To run the unit tests, run:
npm run test
First make sure to have Emscripten installed. If you use Homebrew, you can brew install emscripten
. Then run:
npm run build-wasm
After compiling the grammar to WebAssembly, you can invoke
npm run web-ui
to launch an interactive editing environment that displays the parsed syntax tree on-the-fly:
More documentation on how to create Tree-Sitter grammars can be found here.
FAQs
Tree-sitter grammar for Kotlin
The npm package tree-sitter-kotlin receives a total of 10,051 weekly downloads. As such, tree-sitter-kotlin popularity was classified as popular.
We found that tree-sitter-kotlin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.