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

feat: create an SQL parser #20

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from
Draft

feat: create an SQL parser #20

wants to merge 7 commits into from

Conversation

ForbesLindesay
Copy link
Owner

No description provided.

At this stage it doesn't have any proper tests, and doesn't produce a
proper abstract syntax tree. It also doesn't check for/care where you
put whitepace between tokens. It is hopefully a starting point though.
@ForbesLindesay ForbesLindesay mentioned this pull request Jun 7, 2019
A hand coded parser can produce a proper AST and I think will be more
maintainable in the long run.
@rollingversions
Copy link

rollingversions bot commented Apr 27, 2020

There is no change log for this pull request yet.

Create a changelog

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

Successfully merging this pull request may close these issues.

1 participant