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

Consider supporting referencing multiple protos at once. #30

Open miker2 opened 2 years ago

miker2 commented 2 years ago

Consider supporting the following syntax:

reference protos.foo:protos.bar as new_struct {
  ...
}