A simple C++ RSQL parser. It uses the visitor patter to allow using it for your custom needs.
Go to file
sascha f35f574b2a Initial commit 2025-10-10 12:38:21 +02:00
LICENSE Initial commit 2025-10-10 12:38:21 +02:00
README.md Initial commit 2025-10-10 12:38:21 +02:00

README.md

rsql-parser

A simple C++ RSQL parser. It uses the visitor patter to allow using it for your custom needs.