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
- Host: GitHub
- URL: https://github.com/codewars/forth
- Owner: codewars
- License: mit
- Created: 2023-10-26T19:43:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-30T00:13:04.000Z (about 2 years ago)
- Last Synced: 2025-01-10T05:36:03.104Z (12 months ago)
- Topics: code-runner, code-runner-image
- Language: Dockerfile
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .
```