1
Fork 0
Find a file
Jake Wheat e3be820dfb pretty printer, minor clean ups
clean up some warnings
update the cabal file
add pretty printer
add pretty printing tests
2013-12-13 15:05:32 +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
Parser.lhs pretty printer, minor clean ups 2013-12-13 15:05:32 +02:00
Pretty.lhs pretty printer, minor clean ups 2013-12-13 15:05:32 +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 pretty printer, minor clean ups 2013-12-13 15:05:32 +02:00
Syntax.lhs add TODO, tests and some small fixes 2013-12-13 14:08:33 +02:00
Tests.lhs pretty printer, minor clean ups 2013-12-13 15:05:32 +02:00
TODO pretty printer, minor clean ups 2013-12-13 15:05:32 +02:00

A parser for SQL queries in Haskell.