Module to parse the abstract syntax tree of OpenSCAD files
This is still beta stage, at the moment I'm busy porting the code from JS to TS.
npm start: Run cli.js with nodemon and node-tsnpm run build: Build allnpm run build:grammar: Generate the grammar from src/nearley/grammar.nenpm run build:docs: Generate the documentation filesnpm run build:lib: Compile the TS code to JS codenpm run test:live: Run unit tests and watch for file changesnpm test: Run unit tests