1
Fork 0
Find a file
Jake Wheat 4704ccc28e create separate module for generic parser combinator utility functions
create separate module for the error formatting wrapper
heavily refactor the typename parser to remove almost all trys,
  convert to applicative only, and left factor nicely
other refactoring to use more idiomatic parsing and to convert to
  applicative only
2014-05-09 21:37:09 +03:00
Language/SQL/SimpleSQL create separate module for generic parser combinator utility functions 2014-05-09 21:37:09 +03:00
tools order by tests 2014-04-21 14:16:45 +03:00
.gitignore add TODO, tests and some small fixes 2013-12-13 14:08:33 +02:00
changelog update changelog 2014-04-20 23:18:58 +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 create separate module for generic parser combinator utility functions 2014-05-09 21:37:09 +03:00
TODO create separate module for generic parser combinator utility functions 2014-05-09 21:37:09 +03:00

A parser for SQL queries in Haskell.

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

Contact: jakewheatmail@gmail.com