jobtalle / LGen

An evolutionary approach to optimizing L-systems
MIT License
20 stars 3 forks source link

Enable nested config files #6

Closed jobtalle closed 5 years ago

jobtalle commented 5 years ago

Configs should be able to create other configs that would otherwise be standalone files.

jobtalle commented 5 years ago

Could be file references as well, every file type is either a file or a directory. Directories contain sub-parts of that file as files or directories.

jobtalle commented 5 years ago

Will use a recursive nesting syntax in the files instead.