Thread: SQL and pl/pgsql parser in Haskell

SQL and pl/pgsql parser in Haskell

From
Jake Wheat
Date:
Hello,

For anyone who might be interested, I've started on a SQL parser
and pretty printer, written in Haskell.

It currently parses a subset of PostgreSql SQL and pl/pgsql, and
is pretty rough all round at the moment. If you're not using Haskell
it's probably not interesting to you.

You can get a zip file of the source here:
http://launchpad.net/hssqlppp/prealpha/prealpha1/+download/snapshot-180809.zip

Use bzr to get possibly more up to date code:
bzr branch lp:~jakewheat/hssqlppp/trunk

Any comments, advice, criticism appreciated.

(I hope this is a good list to post this announcement on.)

Thanks,
Jake Wheat