An open API service indexing awesome lists of open source software.

https://github.com/codewars/forth

Container image for Forth
https://github.com/codewars/forth

code-runner code-runner-image

Last synced: 10 months ago
JSON representation

Container image for Forth

Awesome Lists containing this project

README

          

# Forth

Container image for Forth used by CodeRunner.

## Usage

Use the `bin/run` to test examples in `examples/`.

```bash
./bin/run passing
```

## Examples

- `passing`: a passing example

## Building

```bash
docker build -t ghcr.io/codewars/forth:latest .
```