OmniXAML/README.md

448 B

OmniXaml

Portable XAML Reader.

I know you need it, I know you want it. XAML!

foreach (thing in life) 
{
   world.Shout(string.Format("XAML is the best language to describe {0}", thing);
}

For the moment, there is only a Markup Extension parser.

Thanks to Nicholas Blumhardt for his awesome project Sprache that has instroduced me in the world of parsers.