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

https://github.com/idkjs/mlxre

Scripts for converting from `.ml`/`.mli` to `.re`/`.rei` files
https://github.com/idkjs/mlxre

Last synced: 3 months ago
JSON representation

Scripts for converting from `.ml`/`.mli` to `.re`/`.rei` files

Awesome Lists containing this project

README

        

# index.sh is broken for now. You can still use the scripts in `scripts/` on your own.

# Scripts

Scripts for converting from `.ml`/`.mli` to `.re`/`.rei` files.

## Usage:

Without passing arguments
```bash
❯ npx mlxre
1) ml2re
2) mli2rei
3) delete
4) quit
Select the operation:
```

Or

```sh
npx mlxre ml2re
npx mlxre mli2rei
npx mlxre re2ml
npx mlxre rei2mli
npx mlxre delete
```

## See Also

[resattributes](https://github.com/idkjs/resattributes)

[bsconfig.json](https://github.com/idkjs/bsconfig.json)

[resgitignore](https://github.com/idkjs/resgitignore)

[Share on Twitter...](https://twitter.com/share?text=Quickly+convert+between+ml+and+re+and+back+ for+reasonml+and+rescript+projects!+https://github.com/idkjs/mlxre)