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.