Skip to content

Commit 6f48fc9

Browse files
authored
docs: add information about parting semantic logic to README.md (#724)
1 parent 96bca38 commit 6f48fc9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ foundation for vendor-specific parsers.
1414
This parser is currently being used by the [DataFusion] query engine,
1515
[LocustDB], [Ballista] and [GlueSQL].
1616

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+
1721
## Example
1822

1923
To parse a simple `SELECT` statement:

0 commit comments

Comments
 (0)