1
Fork 0
Find a file
Jake Wheat 488310ff6a add some big improvements to parse error messages
change the parser to not attempt to parse the elements following
'from' unless there is a actual 'from'
improve the symbol parser to try to deal with issues when symbols are
  next to eachother with no intervening whitespaces
improve number literal parsing to fail if there are trailing letters
  or digits which aren't part of the number and aren't separated with
  whitespace
add some code to start analysing the quality of parse error messages
2014-04-17 18:32:41 +03:00
Language/SQL/SimpleSQL add some big improvements to parse error messages 2014-04-17 18:32:41 +03:00
tools add some big improvements to parse error messages 2014-04-17 18:32:41 +03:00
.gitignore add TODO, tests and some small fixes 2013-12-13 14:08:33 +02:00
changelog update changelog 2014-04-16 20:38:19 +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 add some big improvements to parse error messages 2014-04-17 18:32:41 +03:00

A parser for SQL queries in Haskell.

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

Contact: jakewheatmail@gmail.com