From fc6f6071a43609382b0d29439939f5ab8f3bbcf1 Mon Sep 17 00:00:00 2001 From: Max Lillack Date: Mon, 26 May 2014 12:11:43 +0200 Subject: [PATCH] Create README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md 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)