Parser used for BeeDB, mainly forked from Hyrise SQL Parser (https://github.com/hyrise/sql-parser).
Go to file
Pedro 794a17c04c added limit and order by to grammar 2014-10-27 14:54:33 +01:00
lemon_example extended flex to use custom token type 2014-10-17 17:43:57 +02:00
src added limit and order by to grammar 2014-10-27 14:54:33 +01:00
.gitignore refactored Expr to be struct and have a type 2014-10-08 19:26:38 -07:00
README.md Update README.md 2014-10-24 17:37:03 +02:00

README.md

SQL Parser (C++)

This is a SQL Parser for C++. It parses the given SQL query into C++ objects. It is developed for integration in hyrise (https://github.com/hyrise/hyrise).