wex
is a tool that can convert various formats such as yaml
, toml
to wolfram format, without the need of the wolfram runtime.
sh
cargo install wxf-converter
https://www.rust-lang.org/tools/install
Download the precompiled executable in Github Release
Rename to wex
and put under $Path
sh
wex in.yml # check file but no output
wex in.yml -t # output only text
wex in.yml -c # output only binary
wex in.yml -ct # output both text and binary
use wex -h
to get help.
```yaml Wolfram Format Converter
USAGE: wex [FLAGS] [OPTIONS]
FLAGS: -b, --binary Generates wxf file -c, --compress Generates mx file -t, --text Generates m file -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-f, --format
ARGS: Sets the input file to use ```
If you have any questions or suggestions, post them on:
https://github.com/GalAster/wolfram-exchange