Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 491 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 491 Bytes

matlab-toml

An implementation of TOML in MATLAB.

Supports TOML 1.0.0.

Testing

This package comes with a test suite that can run using MATLAB's builtin testing facilities.

It also includes a shim for testing with toml-test located at ci.bash. Pass this as the "command" argument like so: toml-test -- ./ci.bash.

Both of the above are included in a GitHub Actions workflow that runs on each push.