GerHobbelt / jison

bison / YACC / LEX in JavaScript (LALR(1), SLR(1), etc. lexer/parser generator)
https://gerhobbelt.github.io/jison/
MIT License
118 stars 20 forks source link

Question: jison-gho debugger #55

Open hugozap opened 4 years ago

hugozap commented 4 years ago

Hi! I wonder if there's a public url with the jison debugger but using jison-gho?

I noticed there's a forked jison debugger repo with jison-gho but I've spent a few hours trying to build it with no success. (Managed to build it but when running it I get a ReferenceError: bnf is not defined at eval (eval at compileGrammar (grammar-worker.js:14), :1:1)

Thanks!

GerHobbelt commented 4 years ago

That project is indeed related, but on the backburner, unfortunately. 😢