I just noticed that "print -j" leaves a trailing comma which is currently
non-conforming json syntax.  This will hopefully change: http://json5.org/

$ echo ${.sh.version}; compound xx=(this=that integer x=5); print -j xx
Version ABIJM 93v- 2014-06-25
{
    "this": "that",
    "x": 5,          <---- Trailing comma
}




On 1 July 2014 04:36, David Korn <[email protected]> wrote:
>
> I don't know if this got through so I am resending:
>
> We have posted the latest ast beta source packages.  I have been working on
> trying to provide a bash compatibility mode and have added a number of new
> features to ksh93 itself.  When the ksh is liked and run as bash, several
> bash features are enabled and
> bash rc files are processed.
>
> One of the major new additions, is programmable tab completion with the
> editor which is enabled in both bash mode and ksh mode.  Since this is
> complex and has little automatic testing, I would appreciated any feedback.
> I am sure that I missed a few things.
>
> There are many other additions.  Read the RELEASE file in src/cmd/ksh93 for
> more
> information.
>
> We would like to get an official release in 3Q14.
>
> _______________________________________________
> ast-developers mailing list
> [email protected]
> http://lists.research.att.com/mailman/listinfo/ast-developers
>



-- 
Regards

Danny
_______________________________________________
ast-users mailing list
[email protected]
http://lists.research.att.com/mailman/listinfo/ast-users

Reply via email to