No description
- JavaScript 86.6%
- goboscript 12%
- Just 1.4%
|
rtk
e6137111b7
chore: add mit license
like other goboscript programs im using the original compiler as a reference and at some point we might want this merged in so i will not put a restrictive license |
||
|---|---|---|
| bindings | fix: urls are igs, not rtk | |
| src | feat: partially implement onloudness | |
| .editorconfig | chore: init | |
| .gitattributes | chore: make goboscript detected | |
| .gitignore | chore: init | |
| binding.gyp | chore: init | |
| Cargo.toml | fix: urls are igs, not rtk | |
| CMakeLists.txt | fix: urls are igs, not rtk | |
| example.gs | feat: partially implement onloudness | |
| go.mod | fix: urls are igs, not rtk | |
| grammar.js | feat: partially implement onloudness | |
| justfile | feat: proc skeleton | |
| LICENSE | chore: add mit license | |
| Makefile | fix: urls are igs, not rtk | |
| package-lock.json | feat: proc skeleton | |
| package.json | fix: urls are igs, not rtk | |
| Package.swift | chore: init | |
| pyproject.toml | fix: urls are igs, not rtk | |
| README.md | docs: readme | |
| setup.py | chore: init | |
| tree-sitter.json | fix: urls are igs, not rtk | |
tree-sitter-goboscript
This is a WIP tree-sitter parser for goboscript.
References:
- https://github.com/aspizu/goboscript/blob/main/src/parser/grammar.lalrpop
- https://github.com/aspizu/goboscript/blob/main/src/lexer/token.rs
TODO:
- most expressions/statements/tokens etc
- precedence
- bindings/labels for use in syntax highlighters/LSP