dbbs-lab / bsb-core

The Brain Scaffold Builder
https://bsb.readthedocs.io
GNU General Public License v3.0
21 stars 16 forks source link

Add recursion to Configuration File parsing #845

Closed drodarie closed 3 months ago

drodarie commented 3 months ago

When a file is parsed into a Configuration dictionary through a ReferenceParser and has a reference to an external file, this file has to be "parsable" with the same ReferenceParser. Also that external file is only converted to a dictionary so any reference within that file will not be parsed. Finally, it might be worth to merge ConfigurationParser and ReferenceParser

drodarie commented 3 months ago

I have currently two questions: