Skip to content

ku3mich/jison-debugger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jison-debugger

Web UI for debugging Jison grammars, written in React.js.

Setup: npm install && bower install

Developing: use gulp watch. This was created with a Yeoman generator.

Recompiling Jison: npm run build-jison. I'm using a special build of Jison for debugging.

Deploying to gh-pages: use npm run deploy. It will build the project and push to the gh-pages branch.

Run: gulp serve

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.9%
  • Yacc 19.7%
  • CSS 4.0%
  • HTML 3.8%
  • Shell 0.6%