Skip to content

Latest commit

 

History

History
executable file
·
23 lines (17 loc) · 581 Bytes

README.md

File metadata and controls

executable file
·
23 lines (17 loc) · 581 Bytes

Scalala

Build Status

A Domain-Specific Language and web-based Interpreter for Music Notation.

see Main Application ScalalaKata

https://github.com/FunkeMT/ScalalaKata

Usage via sbt

...
resolvers ++= Seq(
    "funkemt" at "http://dl.bintray.com/content/funkemt/maven"
  ),
libraryDependencies += "com.github.funkemt" % "scalala_2.11" % "0.2.2"
...

Based On