astexplorer icon indicating copy to clipboard operation
astexplorer copied to clipboard

[feature request] custom parser

Open loynoir opened this issue 3 years ago • 2 comments

Any way to use custom parser?

button.onclick = async function () {
  astExplorer.parser = (await import('https://USER/PARSER/URL')).default
}

loynoir avatar Aug 21 '22 08:08 loynoir

Not yet, but it's something I working towards to.

fkling avatar Nov 25 '22 09:11 fkling

yeah, make the API open, this would be BIG! since you could make a parser generator like YACC or BISON but on javascript

Kreijstal avatar Jan 15 '23 14:01 Kreijstal