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

Write a real SQL parser #21

Open
lintool opened this issue Apr 14, 2017 · 0 comments
Open

Write a real SQL parser #21

lintool opened this issue Apr 14, 2017 · 0 comments

Comments

@lintool
Copy link
Member

lintool commented Apr 14, 2017

Afterburner takes as input "FluentSQL": many people will just want to write straight-up SQL. We should implement a parser.

Probably makes sense to write a parser that turns plain-old SQL into our fluent representation? That way, we can just think of our fluent representation as an AST.

Whether we can adapt an existing SQL parser in js or write one from scratch... that will depend on some research...

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

No branches or pull requests

1 participant