Releases: hasura/kriti-lang
Releases · hasura/kriti-lang
v0.3.0 Release
- adds defaulting operator ??
- Adds optional path lookup operator.
- Fixes unicode support.
- Adds a Pretty Printer.
- Adds !=, >=, <=, in operators and not function.
- Adds support for Aeson >=2.0.0
- Parser rewrite with Happy and Alex with improved source span generation.
v0.1.0 Release
-
First release.
- A basic CLI tool
- String Interpolation
- Loops
- If statements with
>
,<
,==
,||
,&&
operations.