Very basic, runnable example of Elliptical usage (from the README)
git clone https://github.com/laconalabs/elliptical-example.git # clone repo
cd elliptical-example # go to the new directory
npm install # install dependenciesElliptical grammars can be specified using Babel. Because of this, running
the example requires babel-node or a build step with babel. This is
provided using npm scripts. Run either
npm run exampleor
npm run build
node .