ashmoran / json_parser_workshop

Worskhop starting point for Parsing for Fun and Profit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSON Parser Workshop

Worskhop starting point for Parsing for Fun and Profit first run at Sheffield Ruby User Group in April 2013 and since re-run at MancJS in December 2013.

Fork and have a go!

Ruby notes

Run:

bundle install
guard

JavaScript notes

Underscore is available by default.

Run:

npm install -g mocha
npm install
mocha --watch spec

(Unfortunately there's no way to make mocha watch .pegjs files in lib)

Solutions seen in the wild

Thanks to everyone who's published their solutions. If you'd like me to add your pair just let me know (or send a pull request modifying the readme).

ShRUG April 2013

Contact

If you have any questions or comments, feel free to contact me at ash.moran@patchspace.co.uk.

About

Worskhop starting point for Parsing for Fun and Profit


Languages

Language:Ruby 58.1%Language:CoffeeScript 41.9%