1
Fork 0
Find a file
Jake Wheat 89015144f9 change the ints in the syntax to be integers
partially add buildExprParser hack to deal with some nested prefix and
  postfix unary operators
add new file which starts going through the sql2003 grammar to try to
  create lots of examples for comprehensive testing of sql2003
  support.
replace the lexers with lexers from the tutorial project
2014-04-16 18:58:17 +03:00
Language/SQL/SimpleSQL change the ints in the syntax to be integers 2014-04-16 18:58:17 +03:00
tools change the ints in the syntax to be integers 2014-04-16 18:58:17 +03:00
.gitignore add TODO, tests and some small fixes 2013-12-13 14:08:33 +02:00
changelog commit hash for 0.3.1 2014-04-10 12:14:08 +03:00
LICENSE add license, readme, gitignore and cabal 2013-12-13 12:46:35 +02:00
README prepare for the github project name rename to be the same as the haskage package 2013-12-17 22:54:20 +02:00
Setup.hs add license, readme, gitignore and cabal 2013-12-13 12:46:35 +02:00
simple-sql-parser.cabal add Data and Typeable to the syntax 2014-04-10 18:53:11 +03:00
TODO change the ints in the syntax to be integers 2014-04-16 18:58:17 +03:00

A parser for SQL queries in Haskell.

Homepage: http://jakewheat.github.io/simple-sql-parser/

Contact: jakewheatmail@gmail.com