1
Fork 0
Find a file
Jake Wheat d005dc1706 work on parsing tpch
add parse function for parsing multiple query expressions separated by
  semicolon
add parser for substring operator
tweak the layout for pretty printing binary operators
add sql file with tpch queries in it
add simple exe to parse and pretty print multiple query expressions
2013-12-14 00:34:05 +02:00
Language/SQL/SimpleSQL work on parsing tpch 2013-12-14 00:34:05 +02:00
.gitignore add TODO, tests and some small fixes 2013-12-13 14:08:33 +02:00
LICENSE add license, readme, gitignore and cabal 2013-12-13 12:46:35 +02:00
PrettyIt.lhs work on parsing tpch 2013-12-14 00:34:05 +02:00
README add license, readme, gitignore and cabal 2013-12-13 12:46:35 +02:00
Setup.hs add license, readme, gitignore and cabal 2013-12-13 12:46:35 +02:00
simple-sql-parser.cabal put the modules in a better path 2013-12-13 16:04:48 +02:00
Tests.lhs work on parsing tpch 2013-12-14 00:34:05 +02:00
TODO few small fixes 2013-12-14 00:07:45 +02:00
Tpch.lhs tidyups 2013-12-13 22:25:22 +02:00
tpch.sql work on parsing tpch 2013-12-14 00:34:05 +02:00

A parser for SQL queries in Haskell.