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

https://github.com/matsubara0507/docker-mixml

Docker for MixML
https://github.com/matsubara0507/docker-mixml

docker-image sml

Last synced: 6 months ago
JSON representation

Docker for MixML

Awesome Lists containing this project

README

          

# docer-mixml

## USAGE

```sh
$ docker build -t mixml .
$ docker run --rm mixml ./mixml -h
Usage: mixml [-c|t|v|x|h] [files...]

Options:
-c type-check only
-t type-check only with tracing
-v evaluate (default)
-x evaluate in checked mode
-h print usage
$ docker run --rm mixml ./mixml fib.mixml
[Processing fib.mixml...]
fib 10 = 55
```