Crates.io | tree-sitter-lox |
lib.rs | tree-sitter-lox |
version | 0.1.0 |
source | src |
created_at | 2022-03-29 01:44:25.546282 |
updated_at | 2023-04-23 13:58:24.605542 |
description | Lox grammar for the tree-sitter parsing library |
homepage | |
repository | https://github.com/ajeetdsouza/tree-sitter-lox |
max_upload_size | |
id | 558315 |
size | 210,134 |
A Lox grammar for the tree-sitter parsing library.
Install tree-sitter-cli
:
cargo install tree-sitter-cli
To generate bindings:
tree-sitter generate
To run tests:
tree-sitter test