Double pane Try page
It is much easier to try with two side panes:
http://techtonik.github.com/jison/try/
- print() outputs things to console.
- generator exceptions are showed as errors on web page
I agree that it's easier to use with the side-by-side view. :) It looks like this needs a rebase, though? I can try to work on that if there's interest.
I think it would also be neat if it did the grammar compilation in a web worker. Then it could just do it automatically, and it wouldn't block the DOM.
Woohoo, got web workers workin'. :) https://github.com/zaach/jison/pull/272
Well, I am not sure I can rebase this one any time soon, so feel free to hack on that.
Rebased!