1
Fork 0
Find a file
2024-01-10 11:57:13 +00:00
Language/SQL/SimpleSQL move the megaparsec stream stuff to the lexer, restore the old lex return without source positions, add a new lex function that does return source positions 2024-01-10 11:57:13 +00:00
tools move the megaparsec stream stuff to the lexer, restore the old lex return without source positions, add a new lex function that does return source positions 2024-01-10 11:57:13 +00:00
website checkpoint during parser conversion to megaparsec 2024-01-10 07:40:24 +00:00
.gitignore update build to use new cabal, update stack resolver, add build target for exe 2019-07-07 11:33:02 +01:00
.travis.yml add travis 2020-04-24 18:16:24 +01:00
changelog all tests passing, switch to megaparsec provisionally complete 2024-01-10 11:41:38 +00:00
LICENSE fix to work on ghc 7.8.4, 7.6.3, plus small tweaks 2015-08-01 21:13:37 +03:00
Makefile switch from literate to regular haskell source 2024-01-09 00:07:47 +00:00
README Update README 2019-12-21 10:58:23 +00:00
Setup.hs add license, readme, gitignore and cabal 2013-12-13 12:46:35 +02:00
shell.nix Parse constraints not separated by comma 2024-01-09 00:18:24 +01:00
simple-sql-parser.cabal clean up some warnings, remove parsec dep, fix a temp commented out test 2024-01-10 09:34:17 +00:00
stack.yaml update build to use new cabal, update stack resolver, add build target for exe 2019-07-07 11:33:02 +01:00
TODO switch from literate to regular haskell source 2024-01-09 00:07:47 +00:00

A parser for SQL in Haskell.

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

Contact: jakewheatmail@gmail.com