1
Fork 0
simple-sql-parser/tools
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
..
Language/SQL/SimpleSQL small fixes 2015-08-01 13:22:07 +03:00
Filter.lhs start new file for the sql 2011 tests based on the grammar from the draft standard 2014-04-20 16:13:14 +03:00
FilterSpaces.lhs start new file for the sql 2011 tests based on the grammar from the draft standard 2014-04-20 16:13:14 +03:00
RunTests.lhs use tasty for tests 2015-07-31 12:45:51 +03:00
ShowErrors.lhs add some big improvements to parse error messages 2014-04-17 18:32:41 +03:00
SimpleSqlParserTool.lhs use ppShow in tool 2015-08-01 12:23:10 +03:00