On 24 Apr 2012, at 11:40, stephane ducasse wrote:
> Hi guys
>
> We should develop a simple Literal Array parser that is dialect independant
> so that we can avoid using JSON for meta data. So I will start to develop. I will start to write some tests and do it test first.
>
> Gofer new
> � �repository: '
http://ss3.gemstone.com/ss/SimpleLiteralArrayParser';
> � �package: 'SimpleLiteralArrayParser';
> � �load
>
> Now I still wonder what do we do about floats. May be the situation changed but Squeak and VW floats were not the same.
>
> Stef