Expand description
cove.toml: the host’s execution configuration.
The host chooses the entry function and grants authority at the execution boundary; it never changes the meaning of the language.
Structs§
- Check
Config - The
[check]table. - Config
- A parsed
cove.toml. - RunConfig
- One
[run.<name>]table. - Test
Config - The
[test]table.
Functions§
- parse
- Parses the text of a
cove.toml.