Hello,
This question is rather intended to people who have some knowledge on parser
generation and/or on self-compiling languages.
I have a custom PEG parser generator in python, called 'pijnu', just
bootstrapped. Meaning it's a kind of specific language which generator
(compiler) is able to pr
I'm writing a suite of data processing scripts with this layout
Data/Vendor/A/proc.py
Data/Vendor/B/proc.py
Etc, etc
Now, I started down the road of having a global config file in
Data/Vendor/Global.ini and a per-vendor local config file in
Data/Vendor/A/Local.ini
But then I realized that I hate