openscad-parser
v0.6.3
Published
[](https://github.com/alufers/openscad-parser/actions?query=workflow%3A%22Node.js+CI%22) [](
Readme
openscad-parser
This package facilitates parsing, formatting and validating the OpenSCAD language using TypeScript and JavaScript.
Installation (formatter)
$ npm i -g openscad-parserUsage:
$ scadfmt <file> # outputs the formatted OpenSCAD code to stdoutInstallation (as a node module)
npm install openscad-parserFeatures
- [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.
Documentation
The API documentation is available here.
