On Tue, Apr 24, 2012 at 11:40 AM, stephane ducasse <stephane.ducasse@free.fr
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.
I don't get it. You define your own float format, and then each dialect parses it and converts it to their correspondant format... Now, I do not know the format differences so I do not know which one take :). Guille
Stef