search99 / grammophone

A tool for analyzing and transforming context-free grammars.

Home Page:http://mdaines.github.io/grammophone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grammophone

This is a client-side web app for analyzing and transforming context-free grammars. It was developed with the support and guidance of Robin Cockett at the University of Calgary, and it's based on his Context Free Grammar Checker.

Building the app

Currently the app is built using both Browserify and Rake. Install the JavaScript development dependencies using yarn, and ensure you have the version of Ruby installed that is specified by .ruby-version.

yarn install
rake

Open build/index.html to use the app.

To run tests:

yarn test

About

A tool for analyzing and transforming context-free grammars.

http://mdaines.github.io/grammophone


Languages

Language:JavaScript 94.6%Language:CSS 4.3%Language:Ruby 0.8%Language:HTML 0.3%