Cross-platform XAML Framework
Перейти к файлу
Súper JMN 267451111a Initial commit 2015-04-18 13:08:30 +02:00
External Initial commit 2015-04-18 13:08:30 +02:00
OmniXaml Initial commit 2015-04-18 13:08:30 +02:00
OmniXaml.Tests Initial commit 2015-04-18 13:08:30 +02:00
OmniXaml.Tests.Classes Initial commit 2015-04-18 13:08:30 +02:00
.gitignore Initial commit 2015-02-24 19:52:35 +01:00
LICENSE Initial commit 2015-02-24 19:52:35 +01:00
OmniXaml.sln Initial commit 2015-04-18 13:08:30 +02:00
README.md Update README.md 2015-04-14 14:31:52 +02:00
Settings.StyleCop Initial commit 2015-04-18 13:08:30 +02:00

README.md

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.