This commit is contained in:
hyung-hwan 2007-12-06 00:46:49 +00:00
parent 5fda33b180
commit d066edf575

View File

@ -1,6 +1,8 @@
[0.3.3]
* enhanced the AWK interpreter to allow multiple BEGIN/END blocks.
* enhanced the parser to handle ("abc" ++ k) as ("abc" . ++k) when
ASE_AWK_IMPLICIT is on.
[0.3.2]