Andrey Somov | 14 Jun 2012 14:57
Picon

1.2 parser

Hi all,
what are the parsers which implement YAML 1.2 ?
Is yaml-cpp (http://code.google.com/p/yaml-cpp/) the only one for the moment ?

-
Andrey

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Yaml-core mailing list
Yaml-core@...
https://lists.sourceforge.net/lists/listinfo/yaml-core
Alexey Zakhlestin | 15 Jun 2012 15:59
Picon
Gravatar

Re: 1.2 parser


On 14.06.2012, at 16:57, Andrey Somov wrote:

> Hi all,
> what are the parsers which implement YAML 1.2 ?
> Is yaml-cpp (http://code.google.com/p/yaml-cpp/) the only one for the moment ?

There's also https://github.com/symfony/Yaml

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Yaml-core mailing list
Yaml-core@...
https://lists.sourceforge.net/lists/listinfo/yaml-core
Andrey Somov | 15 Jun 2012 17:37
Picon

Re: 1.2 parser

I just wonder if there is a _complete_ YAML 1.2 suite of examples from the specification. Like it is done in PyYAML for YAML 1.1 (with translation to canonical YAML and to events)
http://pyyaml.org/browser/pyyaml/trunk/tests/data


Andrey

On Fri, Jun 15, 2012 at 3:59 PM, Alexey Zakhlestin <indeyets-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:

On 14.06.2012, at 16:57, Andrey Somov wrote:

> Hi all,
> what are the parsers which implement YAML 1.2 ?
> Is yaml-cpp (http://code.google.com/p/yaml-cpp/) the only one for the moment ?

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Yaml-core mailing list
Yaml-core@...
https://lists.sourceforge.net/lists/listinfo/yaml-core
Jesse Beder | 15 Jun 2012 17:47
Picon
Favicon

Re: 1.2 parser

yaml-cpp has something like this:

The examples from the 1.2 spec:

http://code.google.com/p/yaml-cpp/source/browse/test/specexamples.h

The expected events when handled:

http://code.google.com/p/yaml-cpp/source/browse/test/core/spectests.cpp

- Jesse

On Fri, Jun 15, 2012 at 10:37 AM, Andrey Somov <py4fun@...> wrote:
> I just wonder if there is a _complete_ YAML 1.2 suite of examples from the
> specification. Like it is done in PyYAML for YAML 1.1 (with translation to
> canonical YAML and to events)
> http://pyyaml.org/browser/pyyaml/trunk/tests/data
>
>
> Andrey
>
>
> On Fri, Jun 15, 2012 at 3:59 PM, Alexey Zakhlestin <indeyets@...>
> wrote:
>>
>>
>> On 14.06.2012, at 16:57, Andrey Somov wrote:
>>
>> > Hi all,
>> > what are the parsers which implement YAML 1.2 ?
>> > Is yaml-cpp (http://code.google.com/p/yaml-cpp/) the only one for the
>> > moment ?
>>
>> There's also https://github.com/symfony/Yaml
>>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Yaml-core mailing list
> Yaml-core@...
> https://lists.sourceforge.net/lists/listinfo/yaml-core
>

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
Oren Ben-Kiki | 15 Jun 2012 17:39
Gravatar

Re: 1.2 parser

The Haskell YamlReference package contains a bunch of tests for fragments of the BNF syntax; that's not quite what you are looking for, though...

Have fun,

    Oren Ben-Kiki

On Fri, Jun 15, 2012 at 6:37 PM, Andrey Somov <py4fun-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
I just wonder if there is a _complete_ YAML 1.2 suite of examples from the specification. Like it is done in PyYAML for YAML 1.1 (with translation to canonical YAML and to events)
http://pyyaml.org/browser/pyyaml/trunk/tests/data


Andrey


On Fri, Jun 15, 2012 at 3:59 PM, Alexey Zakhlestin <indeyets-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:

On 14.06.2012, at 16:57, Andrey Somov wrote:

> Hi all,
> what are the parsers which implement YAML 1.2 ?
> Is yaml-cpp (http://code.google.com/p/yaml-cpp/) the only one for the moment ?


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Yaml-core mailing list
Yaml-core-5NWGOfrQmnetEtDZOKyKiw@public.gmane.orgrge.net
https://lists.sourceforge.net/lists/listinfo/yaml-core


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Yaml-core mailing list
Yaml-core@...
https://lists.sourceforge.net/lists/listinfo/yaml-core

Gmane