1.0.17 • Published 7 years ago

scad-parser v1.0.17

Weekly downloads
12
License
Apache-2.0
Repository
github
Last release
7 years ago

node-scad-parser

Module to parse the abstract syntax tree of OpenSCAD files

Attention

This is still beta stage, at the moment I'm busy porting the code from JS to TS.

Commands

  • npm 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

Credits

  • Thanks to the OpenSCAD team for this great programmatic CAD tool: OpenSCAD
  • Also thanks to all the Nearley contributors, for supplying an awesome parser generator for JS: Nearley
  • And last but not least, thanks for Moo, the lexer library powering this parser: Moo
1.0.17

7 years ago

1.0.16

7 years ago

1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6-extra2

7 years ago

1.0.6-extra

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago