| Crates.io | tree-sitter-openscad-ng |
| lib.rs | tree-sitter-openscad-ng |
| version | 0.6.1 |
| created_at | 2025-02-17 23:17:10.430931+00 |
| updated_at | 2025-05-29 19:40:25.728465+00 |
| description | openscad grammar for the tree-sitter parsing library |
| homepage | |
| repository | https://github.com/openscad/tree-sitter-openscad |
| max_upload_size | |
| id | 1559436 |
| size | 415,810 |
OpenSCAD grammar for the tree-sitter parsing library
Most development of tree-sitter parsers is done using nodejs and npm. You can find the instructions on how to set that up here: https://tree-sitter.github.io/tree-sitter/creating-parsers
The TLDR would be:
npm and just installed.npm (there are many ways, pick your poison)npm install to get all the dependenciestree-sitter CLI executabletree-sitter generate/just gen to build your changestree-sitter test/just test to make sure you didn't unintentionally break any of the existing test cases