1
Fork 0
Find a file
Jake Wheat ac406c077c small refactoring in the parser
factor out the integer parser for interval literals to separate lexer
refactor the app parser to include windows here instead of later on
add notes on the fixity handling
formatting in the cabal file
2013-12-14 11:23:58 +02:00
Language/SQL/SimpleSQL small refactoring in the parser 2013-12-14 11:23:58 +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 tidying up 2013-12-14 10:55:44 +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 small refactoring in the parser 2013-12-14 11:23:58 +02:00
Tests.lhs add with expressions, all tpch appear to parse correct, some of the later ones pretty print badly though 2013-12-14 00:58:12 +02:00
TODO tidying up 2013-12-14 10:55:44 +02:00
Tpch.lhs tidyups 2013-12-13 22:25:22 +02:00
tpch.sql add with expressions, all tpch appear to parse correct, some of the later ones pretty print badly though 2013-12-14 00:58:12 +02:00

A parser for SQL queries in Haskell.