1
Fork 0
simple-sql-parser/Language/SQL/SimpleSQL
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
..
Parser.lhs change the ints in the syntax to be integers 2014-04-16 18:58:17 +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