[PATCH] Add a VFSFromYAML class and a parser to create it

Dmitri Gribenko gribozavr at gmail.com
Fri Feb 21 09:39:52 PST 2014


On Fri, Feb 21, 2014 at 5:19 PM, Ben Langmuir <blangmuir at apple.com> wrote:
> Is that in the YAML spec somewhere? I don’t see it.  There was something about not relying on the name of a tag handle, but I’m willing to be non-conformant in that respect.  Obviously this is not what YAML tags were designed for…

I am not sure if it is in YAML spec, but I think that if it is just a
shorthand declaration, and it is never used in the content, it should
not change semantics of the content.

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/




More information about the cfe-commits mailing list