https://github.com/nolanlawson/jison-debugger
UI for debugging Jison grammars (UNMAINTAINED)
https://github.com/nolanlawson/jison-debugger
Last synced: 13 days ago
JSON representation
UI for debugging Jison grammars (UNMAINTAINED)
- Host: GitHub
- URL: https://github.com/nolanlawson/jison-debugger
- Owner: nolanlawson
- License: apache-2.0
- Created: 2015-03-07T21:25:45.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-22T00:23:48.000Z (almost 7 years ago)
- Last Synced: 2025-03-28T22:12:58.509Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://nolanlawson.github.io/jison-debugger
- Size: 1.5 MB
- Stars: 116
- Watchers: 4
- Forks: 29
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jison-debugger [](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.