updated README.md

This commit is contained in:
Sascha Kühl 2025-10-10 12:39:03 +02:00
parent 09e10f6e3b
commit 617ca05b2d
1 changed files with 2 additions and 0 deletions

View File

@ -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.