miker2 / flexi_config_reader

A flexible configuration format that supports templated tables and referencing of existing keys.
MIT License
3 stars 1 forks source link

Feat/issue 42 cyclic deps #43

Closed miker2 closed 2 years ago

miker2 commented 2 years ago

Adds checking for cyclic references when resolving kValueLookup objects.

Addresses #42