Open mrolle45 opened 10 months ago
I hope to make the next major release of pcpp around this time next year i.e. start of 2025 if that's any use. Until then, I simply do not have enough free time outside of work for this project (I am building a house).
I was intending to drop Python 2.7 support at that time. If you don't mind your PR waiting until 2025, feel free to use Python 3 features. Nothing newer than Python 3.7 however please.
I'd like to contribute some modest enhancements to pcpp. But I find that code that is Python 2 compatible is a nuisance to work with. I'd like to be able to use Python 3.7 (at least) features.
Questions for you, Ned:
Please let me know right away at m@rolle.name, so I can know whether I could use 3.7 features or not. Thanks.
FYI, the enhancements I have in mind are just to make pcpp easier to use, and not to alter the result.
-v
. Used for the level of verbosity in the debug log only. Repeatable for higher levels.--debug
switch, to replace the defaultpccp_debug.log
.#include
-ed files, code sections controlled by#if
and friends, and details pertaining to various shown items.