# jison-debugger **Repository Path**: mirrors_nolanlawson/jison-debugger ## Basic Information - **Project Name**: jison-debugger - **Description**: UI for debugging Jison grammars (UNMAINTAINED) - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # jison-debugger [![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/) Web UI for debugging [Jison](https://github.com/zaach/jison) grammars, written in React.js. Setup: `npm install && bower install` Developing: use `gulp watch`. This was created with [a Yeoman generator](https://github.com/randylien/generator-react-gulp-browserify). 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.