Any YAML parser?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Any YAML parser?

Julien Delplanque
Hi everybody,

I googled a bit for a YAML parser in Pharo but I didn't found anything.

Does anybody wrote a YAML parser for Pharo?

Regards,
Julien

Reply | Threaded
Open this post in threaded view
|

Re: Any YAML parser?

Peter Uhnak
I suggest using http://forum.world.st/ for searching through mailing lists; using Google is often hit-or-miss (which even with all its neural networks and tracking me everywhere is still after years suggesting Pharaoh...)

Anyway, there seems to be something http://forum.world.st/PetitYAML-td4803677.html

If you are not familiar with PetitParser, there's a chapter about it in PBE2 ( http://pharobooks.gforge.inria.fr/PharoByExampleTwo-Eng/latest/PetitParser.pdf )

Peter

On Sat, Jun 20, 2015 at 4:10 PM, Julien Delplanque <[hidden email]> wrote:
Hi everybody,

I googled a bit for a YAML parser in Pharo but I didn't found anything.

Does anybody wrote a YAML parser for Pharo?

Regards,
Julien


Reply | Threaded
Open this post in threaded view
|

Re: Any YAML parser?

SergeStinckwich
In reply to this post by Julien Delplanque
http://smalltalkhub.com/#!/~JanKurs/PetitParser/packages/PetitYAML ?

On Sat, Jun 20, 2015 at 4:10 PM, Julien Delplanque <[hidden email]> wrote:
> Hi everybody,
>
> I googled a bit for a YAML parser in Pharo but I didn't found anything.
>
> Does anybody wrote a YAML parser for Pharo?
>
> Regards,
> Julien
>



--
Serge Stinckwich
UCBN & UMI UMMISCO 209 (IRD/UPMC)
Every DSL ends up being Smalltalk
http://www.doesnotunderstand.org/

Reply | Threaded
Open this post in threaded view
|

Re: Any YAML parser?

Julien Delplanque
In reply to this post by Peter Uhnak
Oh  thanks!

I'll search through this web site next time before asking :)...

On 22/06/15 01:50, Peter Uhnák wrote:

> I suggest using http://forum.world.st/ for searching through mailing lists;
> using Google is often hit-or-miss (which even with all its neural networks
> and tracking me everywhere is still after years suggesting Pharaoh...)
>
> Anyway, there seems to be something
> http://forum.world.st/PetitYAML-td4803677.html
>
> If you are not familiar with PetitParser, there's a chapter about it in
> PBE2 (
> http://pharobooks.gforge.inria.fr/PharoByExampleTwo-Eng/latest/PetitParser.pdf
> )
>
> Peter
>
> On Sat, Jun 20, 2015 at 4:10 PM, Julien Delplanque <[hidden email]> wrote:
>
>> Hi everybody,
>>
>> I googled a bit for a YAML parser in Pharo but I didn't found anything.
>>
>> Does anybody wrote a YAML parser for Pharo?
>>
>> Regards,
>> Julien
>>
>>