updated README.md
This commit is contained in:
parent
09e10f6e3b
commit
617ca05b2d
|
|
@ -1,5 +1,7 @@
|
||||||
# RSQL Parser (C++) with SQL WHERE Generator
|
# 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:
|
This small example demonstrates:
|
||||||
- A lexer + parser for a subset of RSQL (supports `;` AND, `,` OR, parentheses).
|
- A lexer + parser for a subset of RSQL (supports `;` AND, `,` OR, parentheses).
|
||||||
- `=in=` and `=out=` list operators.
|
- `=in=` and `=out=` list operators.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue