Small While
language to be used in an introductory course on software verification.
It produces JavaScript code that can be executed at the link below, using a snapshot of this tool:
- JVM (>=1.8)
- sbt
You need to get the submodules dependencies (CAOS library), and later compile using ScalaJS. The result will be a JavaScript file that is already being imported by an existing HTML file.
git submodule update --init
sbt fastLinkJS
- open the file
lib/tool/index.html