Skip to content

Instantly share code, notes, and snippets.

@einarwh
Created February 15, 2013 21:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save einarwh/4963530 to your computer and use it in GitHub Desktop.
Save einarwh/4963530 to your computer and use it in GitHub Desktop.
Combining and evaluation an Mkay expression from various sources.
public class Composed
{
public string A { get; set; }
public string B { get; set; }
[Mkay("eval (+ \"and \" A \" \" B)")]
public string Value { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment