Skip to content

v1.15.4

Compare
Choose a tag to compare
@antonmedv antonmedv released this 16 Nov 22:02
· 159 commits to master since this release
939aca1
  • Improved type checking for $env
  • Added support for floats in sort() built-in
  • Fixed: AST printing for ?? operator
  • Fixed: only emit OpEqual{Int,String} for simple types
  • Fixed: fetch without OpDeref (#467)
  • Docs: categorize Language Definition functions (#452)
  • Changed: ast.Node type now is not copied with ast.Patch