Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature request] custom parser #667

Open
loynoir opened this issue Aug 21, 2022 · 2 comments
Open

[feature request] custom parser #667

loynoir opened this issue Aug 21, 2022 · 2 comments

Comments

@loynoir
Copy link

loynoir commented Aug 21, 2022

Any way to use custom parser?

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

fkling commented Nov 25, 2022

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

@Kreijstal
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants