Skip to content

g-s-k/matlab-toml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.