This repository has been archived by the owner on Jun 15, 2023. It is now read-only.
Releases: slamdata/purescript-sql-squared
Releases · slamdata/purescript-sql-squared
v0.7.0
v0.6.2
- Allow keywords as variables
v0.6.1
- Fixes printing of vars and cases.
v0.6.0
- Fixes parsing of let declarations.
v0.5.0
- Add module and query productions.
v0.4.1
- Tokenize
!=
v0.4.0
Parsers
Added parser, updated ejson dependency, changed arbitrary instances.
Update purescript-ejson
Merge pull request #2 from cryogenian/update ejson version bump
v0.1.0: Initial stuff (#1)
Initial release, it has pretty printer, matryoshka based AST, the point of extension (e.g. to use it with ordinar SQL one can define other type for Literal
, prisms and smart constructors.
There is no parser and correctness check.