c29176f08e
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 |
||
---|---|---|
.gitignore | ||
LICENSE | ||
Parser.lhs | ||
Pretty.lhs | ||
README | ||
Setup.hs | ||
simple-sql-parser.cabal | ||
Syntax.lhs | ||
Tests.lhs | ||
TODO |
A parser for SQL queries in Haskell.