1
Fork 0
Find a file
Jake Wheat bbb793c160 small fixes
fix positions?
small fixes to haddock
add notes to top of lexer module
simplify line comment lexer
remove some trys from lexer
fix the block comment parser to return all the comment text when there
  are embedded / * in the comment
refactor the symbol, keyword and identifier blacklist checking into
  the low level token parsers instead of a separate step using guard
2015-08-01 13:22:07 +03:00
Language/SQL/SimpleSQL small fixes 2015-08-01 13:22:07 +03:00
tools small fixes 2015-08-01 13:22:07 +03:00
.gitignore update to accept latest mtl 2014-06-20 12:27:23 +03:00
changelog use tasty for tests 2015-07-31 12:45:51 +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 small fixes 2015-08-01 12:13:53 +03:00
TODO small fixes 2015-08-01 12:13:53 +03:00

A parser for SQL queries in Haskell.

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

Contact: jakewheatmail@gmail.com