Sign inSign up

fatscript/fry

By fatscript

Updated about 1 month ago

FatScript Interpreter - fatscript.org

Image
1

3.7K

fatscript/fry repository overview

Usage

Start fry REPL like so:

docker run --rm -it fatscript/fry

Run a script this way:

docker run --rm -it -v ~/<app-folder>:/app fatscript/fry <file>

e.g., if your script is at ~/project/prog.fat:

docker run --rm -it -v ~/project:/app fatscript/fry prog.fat

Note: the docker image WORKDIR is set to /app

Tag summary

Content type

Image

Digest

sha256:c7835f895

Size

6.3 MB

Last updated

about 1 month ago

docker pull fatscript/fry