зеркало из https://github.com/AvaloniaUI/OmniXAML.git
267451111a | ||
---|---|---|
External | ||
OmniXaml | ||
OmniXaml.Tests | ||
OmniXaml.Tests.Classes | ||
.gitignore | ||
LICENSE | ||
OmniXaml.sln | ||
README.md | ||
Settings.StyleCop |
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.