skykek-engine is a Keklang interpreter. Keklang is the programming language used on Skykek. This repository contains the source code for the interpreter as well as the documentation for the language. The interpreter is written in JavaScript and is built to run in a web browser.
npm install
To learn how the interpreter works, take a look at the tests in __tests__/. You can run the tests with
npm test
Types