Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Releases: slamdata/purescript-sql-squared

v0.7.0

30 Jun 11:54
Compare
Choose a tag to compare
  • Updated for change to HugeInt in EJson

v0.6.2

27 Jun 21:51
Compare
Choose a tag to compare
  • Allow keywords as variables

v0.6.1

21 Jun 21:02
Compare
Choose a tag to compare
  • Fixes printing of vars and cases.

v0.6.0

08 Jun 14:48
Compare
Choose a tag to compare
  • Fixes parsing of let declarations.

v0.5.0

25 May 18:57
Compare
Choose a tag to compare
  • Add module and query productions.

v0.4.1

26 Apr 16:52
Compare
Choose a tag to compare
  • Tokenize !=

v0.4.0

24 Apr 15:02
Compare
Choose a tag to compare
  • Updated for PureScript 0.11

Parsers

19 Apr 15:29
Compare
Choose a tag to compare

Added parser, updated ejson dependency, changed arbitrary instances.

Update purescript-ejson

29 Mar 11:59
Compare
Choose a tag to compare
Merge pull request #2 from cryogenian/update

ejson version bump

v0.1.0: Initial stuff (#1)

10 Mar 18:40
Compare
Choose a tag to compare

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.