issues
search
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
Improves support for `struct`s in `proto`s
#34
Closed
miker2
closed
2 years ago
miker2
commented
2 years ago
Adds support for defining
VAR
types within a
struct
that is a sub-object of a
proto
.
During the
resolveReferences
and
replaceProtoVar
phase, any variables contained within a
struct
will also be resolved.
Minor improvements to the grammer
Adds helper macro for throwing exceptions.
VAR
types within astruct
that is a sub-object of aproto
.resolveReferences
andreplaceProtoVar
phase, any variables contained within astruct
will also be resolved.