Parser used for BeeDB, mainly forked from Hyrise SQL Parser (https://github.com/hyrise/sql-parser).
Go to file
Pedro d48b6c3c77 added build goal to makefile 2014-10-31 18:49:20 +01:00
lemon_example extended flex to use custom token type 2014-10-17 17:43:57 +02:00
src added build goal to makefile 2014-10-31 18:49:20 +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).