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 :).
It can work for simple scenario but if you save a float with e120 and save it and you get e70 then you are in trouble. Stef