jackson15j / python_homework_config_file_parser

Coding Test for parsing config files from first principles
GNU Affero General Public License v3.0
0 stars 0 forks source link

Parser module implementation #6

Closed jackson15j closed 1 year ago

jackson15j commented 1 year ago

Rough thoughts around the Parser module to satisfy the requirements of:

Code wise, my thoughts currently are:

Parsing to a dictionary since it is a nested structure, built-in override updates, and look-ups in a similar form to dotted paths.