From 34b909337bf468cdcb7221fa363af67a814c544f Mon Sep 17 00:00:00 2001 From: Colin Drake Date: Thu, 29 Oct 2015 00:06:55 -0400 Subject: [PATCH] Add in README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d09120e --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Swift DSL Example +This is my blog article [Implementing a Small DSL in Swift](http://colindrake.me/2015/10/28/implementing-a-small-dsl-in-swift/) implemented as a literate program in a Swift playground. + +If you like this, feel free to check out [my site](http://colindrake.me)! + +## Troubleshooting +If the Markdown is not rendering, click **Editor** and then **Show Rendered Markdown**. + +## Caveats +**Note:** Please keep in mind that this is a proof-of-concept/tutorial only. This code is _not_ production ready.