This repository includes the K specifications of the Alk language and of its dialects.
The current K-definitions are written in K3.6 (https://github.com/kframework/k/releases).
- Install the K framework - version 3.6 available here
- Please add the
pathToK/bin
into your system'sPATH
environment variable - Change directory to
pathToAlk/alk
and compile the language definitionkompile alk.k
- Optional: add the
pathToAlk/bin
into your system'sPATH
if you want to use the bundled customized interpreter.
Warning: This version of the Alk Language is deprecated. The last version of Alk can be found at https://github.com/alk-language/java-semantics/.