Example code for "DSLs with Scala" based on https://github.com/scala-lms/tutorials/
- Install SBT
Setup lms:
-
git clone https://github.com/TiarkRompf/virtualization-lms-core.git
-
sbt publish-local
Usage:
- sbt
- test or test-only <CLASS_NAME> (e.g. test-only SimpleDSLTests)