ffmmlc 0.1.0

FFMML command-line compiler
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
ffmmlc
======

[![ffmmlc](https://img.shields.io/crates/v/ffmmlc.svg)](https://crates.io/crates/ffmmlc)
[![Documentation](https://docs.rs/ffmmlc/badge.svg)](https://docs.rs/ffmmlc)
[![Actions Status](https://github.com/sile/ffmmlc/workflows/CI/badge.svg)](https://github.com/sile/ffmmlc/actions)
![License](https://img.shields.io/crates/l/ffmmlc)

[ffmml](https://github.com/sile/ffmml) command-line compiler.

Examples
--------

```console
$ cargo install ffmmlc
$ cat examples/music01.mml | ffmmlc > music01.wav
$ play music01.wav
```