1
Fork 0
simple-sql-parser/Language/SQL/SimpleSQL
Jake Wheat 4bca2fa2ec work on lexing
add utility function to tell if two tokens will pretty print then lex
back to the same two tokens or not

add notes for some final missing lexing bits that are in hssqlppp

add token combo tests for postgres

add start of sql server, oracle and odbc lexing tests
2016-02-15 20:20:24 +02:00
..
Combinators.lhs add separate lexer 2015-08-01 00:04:18 +03:00
Dialect.lhs refactor dialect into a non enum and separate to own file 2016-02-12 12:51:06 +02:00
Errors.lhs create separate module for generic parser combinator utility functions 2014-05-09 21:37:09 +03:00
Lex.lhs work on lexing 2016-02-15 20:20:24 +02:00
Parse.lhs refactor the identifier syntax 2016-02-12 14:13:47 +02:00
Pretty.lhs don't unescape quotes in string literals and identifiers 2016-02-13 15:54:40 +02:00
Syntax.lhs refactor the identifier syntax 2016-02-12 14:13:47 +02:00