Skip to content

fiks-org/fikslang-interpreter

Repository files navigation

FISKLang

FIKSLang is a language developed by FIKS contestants.

How to run

This codebase is managed via poetry. To develop this, clone the code to your local machine and run the following commands:

poetry shell  # Creates a new shell
poetry install  # Downloads and installs all dependencies

Or, if you only want a one-time installation, clone the code and run:

pipx install <path-to-repo>

After running this, you should have fikslang command available. (If not, and you used pipx, run pipx ensurepath)

To run your code, you can use the following command:

fikslang <path-to-file>

Stack and memory state will be printed to stdout.

Head over to INSTRUCTIONS.md for list of instructions.

Note that this is implemented as a basic stack machine, where data == integers.

Releases

No releases published

Packages

No packages published

Languages