TOML resources reader#
galactic-io-resources-toml [1] [2] is a TOML resource configuration reader plugin for GALACTIC.
GALACTIC stands for GAlois LAttices, Concept Theory, Implicational systems and Closures.
The file extension is .toml. The individuals are represented in named
sections by key = “value” pairs. For example:
[i1]
"$type" = "mytype"
param = "value"