Engelberg / instaparse

Eclipse Public License 1.0
2.74k stars 149 forks source link

Online playground #233

Closed stereobooster closed 4 months ago

stereobooster commented 4 months ago

HI. I was wondering, if it is possible to create online playground to experiment with different grammars without need to install anything. It should be possible to use library with ClojureScript, right? (I don't know). And there are online ClojureScript REPLs. It can be hosted using github pages (or Netlify).

WDYT?

Engelberg commented 4 months ago

Check out https://github.com/mhuebert/instaparse-live and https://instaparse-live.matt.is/

stereobooster commented 4 months ago

Thank you

stereobooster commented 3 months ago

I created my own version. Maybe not full featured, but it shows visualization of the tree. https://instaparsejs.stereobooster.com/

Screenshot