We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96bca38 commit 6f48fc9Copy full SHA for 6f48fc9
README.md
@@ -14,6 +14,10 @@ foundation for vendor-specific parsers.
14
This parser is currently being used by the [DataFusion] query engine,
15
[LocustDB], [Ballista] and [GlueSQL].
16
17
+This parser is used as a syntax analyzer. We don't intend to have more semantic logic because it varies drastically
18
+between dialects, the same is true for projects like compilers. If you want to do semantic analysis, feel free to use
19
+this project as a base
20
+
21
## Example
22
23
To parse a simple `SELECT` statement:
0 commit comments