diff --git a/README.md b/README.md new file mode 100644 index 0000000..05047cd --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +SSF_ScalaDemo +============= + +Example code for "DSLs with Scala" + +1. Install SBT + +Setup lms: + +2. git clone https://github.com/TiarkRompf/virtualization-lms-core.git + +3. sbt publish-local + +Usage: + +1. sbt +2. test or test-only (e.g. test-only SimpleDSLTests)