Skip to content

Latest commit

 

History

History
 
 

roscala

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Roscala

Scala translation of the Rosette VM.

Prerequisites

Building

sbt compile

Testing

sbt test

Testing with coverage:

sbt clean coverage test

Generating a coverage report:

sbt coverageReport

The HTML version of the generated report is located at:

./target/scala-<version>/scoverage-report/index.html