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/bininto your system'sPATHenvironment variable - Change directory to
pathToAlk/alkand compile the language definitionkompile alk.k - Optional: add the
pathToAlk/bininto your system'sPATHif 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/.