snekky-lang.org allows you to test many of Snekky's features online.
- Run most examples in a browser.
- Show disassembled bytecode.
- Show decompiled bytecode.
This website is using the Svelte framework.
- Clone this repository (
git clone https://github.com/snekkylang/snekky-lang.org
). - Install required libraries. (
npm install
). - Run the website locally (
npm run dev
).
- Fork this repository.
- Create your feature branch (
git checkout -b my-new-feature
). - Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin my-new-feature
). - Create a new Pull Request.