docs: add information about parting semantic logic to README.md (#724)

This commit is contained in:
Augusto Fotino 2022-11-30 15:03:10 -03:00 committed by GitHub
parent 96bca38fae
commit 6f48fc9acb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,10 @@ foundation for vendor-specific parsers.
This parser is currently being used by the [DataFusion] query engine,
[LocustDB], [Ballista] and [GlueSQL].
This parser is used as a syntax analyzer. We don't intend to have more semantic logic because it varies drastically
between dialects, the same is true for projects like compilers. If you want to do semantic analysis, feel free to use
this project as a base
## Example
To parse a simple `SELECT` statement: