#ifndef RSQL_PARSER_LEXER_HPP #define RSQL_PARSER_LEXER_HPP #include "token.hpp" #include #include #include namespace matador::rsql::lexer { std::vector tokenize(const std::string& input); } #endif //RSQL_PARSER_LEXER_HPP