Skip to content
This repository has been archived by the owner on May 28, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
added license info and deprecation warning.
  • Loading branch information
garyhodgson committed Sep 20, 2014
1 parent b528091 commit 20910c7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
@@ -1,5 +1,7 @@
# openscad-openjscad-translator

**This project is no longer actively maintained, and was written against an older version of OpenSCAD (v 2011.06) which has now been superseded.**

Node module that translates OpenSCAD syntax (http://www.openscad.org/) into OpenJsCAD syntax (http://joostn.github.com/OpenJsCad/).

See: https://npmjs.org/package/openscad-openjscad-translator
Expand Down Expand Up @@ -54,4 +56,8 @@ Creates a optimised script (with Almond AMD loader) in the ```dist``` folder.

./jison-build.sh

Compiles the Jison lexer/parser to an AMD module in the ```src``` folder called ```openscad-parser.js```.
Compiles the Jison lexer/parser to an AMD module in the ```src``` folder called ```openscad-parser.js```.

## License

As this work is predominantly a port of the OpenSCAD it is therefore also released under the General Public License version 2.

0 comments on commit 20910c7

Please sign in to comment.