Small While
language to be used in an introductory course on software verification.
The result is website that uses JavaScript to animate the language. This repository is a simplified version of a more complete one that can be executed online: https://cister-labs.github.io/whilelang-scala/.
- 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