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

brandonhorst/elliptical-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elliptical-example

Very basic, runnable example of Elliptical usage (from the README)

Installation

git clone https://github.com/laconalabs/elliptical-example.git  # clone repo
cd elliptical-example  # go to the new directory
npm install  # install dependencies

Usage

Elliptical 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 example

or

npm run build
node .

About

Very basic, runnable example of Elliptical usage (from the README)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published