Module to parse the abstract syntax tree of OpenSCAD files
npm install scad-parsernpm start`: Run cli.js with nodemon and node-ts
* `npm run build`: Build all
* `npm run build:grammar`: Generate the grammar from src/nearley/grammar.ne
* `npm run build:docs`: Generate the documentation files
* `npm run build:lib`: Compile the TS code to JS code
* `npm run test:live`: Run unit tests and watch for file changes
* `npm test``: Run unit tests