Skip to content

Commit

Permalink
Save
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Sep 3, 2018
1 parent 0c23392 commit ac13057
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SQL Parser

TBD
The goal of this project is to build a SQL lexer and parser capable of parsing ANSI SQL:2011 (or 2016 if I can get access to the specification for free).

The current code was copied from DataFusion and has some non-standard SQL support and only a subset of ANSI SQL currently.

The current code is capable of parsing some simple SELECT and CREATE TABLE statements.

0 comments on commit ac13057

Please sign in to comment.