Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

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