Jison debugger 是一个用来调试 Jison 语法的可视化工具

Jison debugger 是一个用来调试 Jison 语法的可视化工具

React 其它杂项

访问GitHub主页

共105Star

详细介绍

jison-debugger No Maintenance Intended

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.