v1.15.4
- 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 withast.Patch