This package facilitates parsing, formatting and validating the OpenSCAD language using TypeScript and JavaScript.
$ npm i -g openscad-parser
Usage:
$ scadfmt <file> # outputs the formatted OpenSCAD code to stdout
npm install openscad-parser
- [x] Parsing and full error reporting (reports even better errors than the default OpenSCAD parser)
- [x] Symbol tree generation (VSCode "Outline" view)
- [x] Formatting (fully AST-aware, needs some more work with breaking up large vectors)
- [x] Semantic code completions (provides code completions for VSCode)
- [x] Jump to definition (provides a "Go to definition" context menu item)
I will soon release a vscode extension with full OpenSCAD support, it just needs some more work.
The API documentation is available here.