Skip to content

rcorral/jison-dsl-parser-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jison DSL parser example

See demo.

This is a simple shipping DSL parser. It's based on the code mentioned at the end of this talk by Neil Green at JSConf 2014. I've simply written a different implementation of the DSL parser using Jison.

It's a great talk, and should be watched before making sense of this parser.
The tests should help you understand how the parser works and what it does.

Install

$ git clone git@github.com:rcorral/jison-dsl-parser-example.git
$ cd jison-dsl-parser-example
$ npm install

Build Parser

$ npm run-script build

Tests

$ npm test

License

MIT

About

Writing a shipping DSL with Jison – Based on Neil Green's talk at JSConf 2014

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published