Small SCROLL boot demo application build with Scala to show how to use SCROLL (SCala ROLes Language) in your Scala project.
Edit and develop:
-
Install SBT (Scala Build Tool).
-
Clone this repository.
-
Set up your favorite IDE:
-
For Intellij: use the built-in import SBT project functionality.
-
For Eclipse: you may want to use SBT and run
eclipse
(to config see here). -
Run it with
sbt run
or directly with your IDE as Scala Application (src/main/scala/SCROLLBoot.scala
).