From 617ca05b2d9b619e50c35418adef30abd8fdb7f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sascha=20K=C3=BChl?= Date: Fri, 10 Oct 2025 12:39:03 +0200 Subject: [PATCH] updated README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 94baa6b..2bbd956 100644 --- a/README.md +++ b/README.md @@ -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.