1
Fork 0
Find a file
Jake Wheat c29176f08e add TODO, tests and some small fixes
add TODO
add a bunch of tests
fix issue where 'order by' was being confused with the 'or' operator
  due to bad lexing
fix missing ctor in parens scalar expr parser
rename parens scalar parser to sparens and betweenParens helper to
  parrens
export the makeSelect from the syntax module
2013-12-13 14:08:33 +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 add TODO, tests and some small fixes 2013-12-13 14:08:33 +02:00
Pretty.lhs initial import 2013-12-13 12:39:26 +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 add license, readme, gitignore and cabal 2013-12-13 12:46:35 +02:00
Syntax.lhs add TODO, tests and some small fixes 2013-12-13 14:08:33 +02:00
Tests.lhs add TODO, tests and some small fixes 2013-12-13 14:08:33 +02:00
TODO add TODO, tests and some small fixes 2013-12-13 14:08:33 +02:00

A parser for SQL queries in Haskell.