1
Fork 0
simple-sql-parser/Language/SQL/SimpleSQL
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
..
Combinators.lhs add separate lexer 2015-08-01 00:04:18 +03:00
Errors.lhs create separate module for generic parser combinator utility functions 2014-05-09 21:37:09 +03:00
Lexer.lhs small fixes 2015-08-01 13:22:07 +03:00
Parser.lhs small fixes 2015-08-01 13:22:07 +03:00
Pretty.lhs Introduced QEComment, constructor, likewise the VEComment constructor 2015-03-14 14:28:05 +01:00
Syntax.lhs update changelog 2015-03-14 16:15:37 +02:00