CLI entry point for the flutmax transpiler.
Part of the [flutmax](https://github.com/nordsound/flutmax) workspace.
```bash
flutmax compile src/synth.flutmax -o dist/synth.maxpat
flutmax decompile patch.maxpat -o src/patch.flutmax
flutmax validate dist/synth.maxpat
```
```bash
cargo install --path .
```
MIT