A fairly minor release, fixing some edge cases and adding support for nextfile
:
- Make constructs like
$++lvalue
not an error (#168) - Optimize constant integer array indexes to avoid
toString()
at runtime (#169) - Allow parsing of
cond && var=value
and similar expressions (#170) - Add GroupingExpr to fix
(a)++b
parsing issue; pretty-print precedence (#172) - Add support for
nextfile
(#173)
See full list of commits.