Asthestarsfalll / ExCore

A Modern Configuration/Registry System designed for deeplearning, with some utils.
https://excore.onism.space/
MIT License
13 stars 0 forks source link

:sparkles: Support Variable Reference #22

Closed Asthestarsfalll closed 7 months ago

Asthestarsfalll commented 7 months ago

This PR implments variable reference in config. Only the Variable in the top level can be refered.

A = 1

[B.C]
D = 1 

[E.F]
&G = "A"

In above case, only A can be refered