1
Fork 0
Find a file
2024-02-12 22:42:28 +00:00
examples replace error messages tool with golden test approach 2024-02-08 10:38:19 +00:00
expected-parse-errors refactor parsing code slightly, small parse error tweaks 2024-02-08 10:49:37 +00:00
Language/SQL/SimpleSQL refactor parsing code slightly, small parse error tweaks 2024-02-08 10:49:37 +00:00
tests restrict parsing of * and X.* as term in expressions 2024-02-08 10:43:11 +00:00
website switch tests to hspec, improve error messages 2024-02-04 16:00:59 +00:00
.gitignore replace error messages tool with golden test approach 2024-02-08 10:38:19 +00:00
changelog update changelog 2024-02-12 22:42:28 +00:00
LICENSE remove unneeded Setup.hs, update LICENSE, email 2024-01-11 13:55:41 +00:00
Makefile switch tests to hspec, improve error messages 2024-02-04 16:00:59 +00:00
README remove unneeded Setup.hs, update LICENSE, email 2024-01-11 13:55:41 +00:00
release_checklist add tags to release checklist 2024-02-03 13:47:18 +00:00
shell.nix Parse constraints not separated by comma 2024-01-09 00:18:24 +01:00
simple-sql-parser.cabal replace error messages tool with golden test approach 2024-02-08 10:38:19 +00:00
stack.yaml get compiling with the latest stack lts (22.5) 2024-01-10 16:17:30 +00:00
stack.yaml.lock add stack.yaml.lock file 2024-01-11 13:51:57 +00:00
TODO reorganise 2024-01-26 15:28:15 +00:00

A parser for SQL in Haskell.

Homepage: http://jakewheat.github.io/simple-sql-parser/latest

Contact: jakewheat@tutanota.com