From 6f48fc9acb9b9e8e9f2f75c862251324942049c7 Mon Sep 17 00:00:00 2001 From: Augusto Fotino <75763288+AugustoFKL@users.noreply.github.com> Date: Wed, 30 Nov 2022 15:03:10 -0300 Subject: [PATCH] docs: add information about parting semantic logic to README.md (#724) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6e9f6290..5da37587 100644 --- a/README.md +++ b/README.md @@ -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: