updated README.md
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# RSQL Parser (C++) with SQL WHERE Generator
|
||||
|
||||
A simple C++ RSQL parser. It uses the visitor patter to allow using it for your custom needs.
|
||||
|
||||
This small example demonstrates:
|
||||
- A lexer + parser for a subset of RSQL (supports `;` AND, `,` OR, parentheses).
|
||||
- `=in=` and `=out=` list operators.
|
||||
|
||||
Reference in New Issue
Block a user