jison icon indicating copy to clipboard operation
jison copied to clipboard

Double pane Try page

Open techtonik opened this issue 12 years ago • 4 comments

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

techtonik avatar Mar 01 '13 10:03 techtonik

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.

nolanlawson avatar Mar 03 '15 03:03 nolanlawson

Woohoo, got web workers workin'. :) https://github.com/zaach/jison/pull/272

nolanlawson avatar Mar 03 '15 05:03 nolanlawson

Well, I am not sure I can rebase this one any time soon, so feel free to hack on that.

techtonik avatar Mar 03 '15 22:03 techtonik

Rebased!

techtonik avatar Feb 08 '16 08:02 techtonik