1
Fork 0
simple-sql-parser/Language/SQL/SimpleSQL
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
..
Parser.lhs add some big improvements to parse error messages 2014-04-17 18:32:41 +03:00
Pretty.lhs fix default for distinct/all in union in the pretty printer 2014-04-09 18:31:14 +03:00
Syntax.lhs change the ints in the syntax to be integers 2014-04-16 18:58:17 +03:00