Re: [Pharo-project] SimpleLiteralArrayParser

2012-05-09 Thread H. Hirzel
P.S. The ANSI Standard [1] 3.4.6 Literals A literal is a syntactic construct that that directly describes a statically created object. Instances of several classes of objects can be represented literally. These include numbers, characters, strings, symbols, message selectors, and arrays. Each ty

Re: [Pharo-project] SimpleLiteralArrayParser

2012-05-09 Thread H. Hirzel
Hi Stéphane Goran writes here http://goran.krampe.se/2012/05/08/literal-arrays-vs-json-vs-ston-vs-tirade/ Literal Smalltalk arrays The simplest notation of all in the lineup is the literal array syntax in Smalltalk. The example below covers all its capabilities AFAIK (in Pharo/Squeak), please t

Re: [Pharo-project] SimpleLiteralArrayParser

2012-04-24 Thread Stéphane Ducasse
Mariano read the metacello mailing list mails I sent. I hate hate hate repeating myself. I started to work on the LIteralArrayParser so that we do not have the problem in the future. Stef On Apr 24, 2012, at 12:52 PM, Mariano Martinez Peck wrote: > > > On Tue, Apr 24, 2012 at 12:43 PM, Stép

Re: [Pharo-project] SimpleLiteralArrayParser

2012-04-24 Thread Mariano Martinez Peck
On Tue, Apr 24, 2012 at 12:43 PM, Stéphane Ducasse < stephane.duca...@inria.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

Re: [Pharo-project] SimpleLiteralArrayParser

2012-04-24 Thread Stéphane Ducasse
> 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/SimpleLiteral

Re: [Pharo-project] SimpleLiteralArrayParser

2012-04-24 Thread Mariano Martinez Peck
On Tue, Apr 24, 2012 at 12:31 PM, Mariano Martinez Peck < marianop...@gmail.com> wrote: > > > On Tue, Apr 24, 2012 at 12:15 PM, Sven Van Caekenberghe wrote: > >> >> On 24 Apr 2012, at 11:40, stephane ducasse wrote: >> >> > Hi guys >> > >> > We should develop a simple Literal Array parser that is d

Re: [Pharo-project] SimpleLiteralArrayParser

2012-04-24 Thread Mariano Martinez Peck
On Tue, Apr 24, 2012 at 12:15 PM, Sven Van Caekenberghe wrote: > > 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.

Re: [Pharo-project] SimpleLiteralArrayParser

2012-04-24 Thread Sven Van Caekenberghe
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 >

Re: [Pharo-project] SimpleLiteralArrayParser

2012-04-24 Thread Guillermo Polito
On Tue, Apr 24, 2012 at 11:40 AM, 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 >