Overhaul the public_header.py script to allow for maximum flexability during coding. #13
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TOPIO/BigWhoop#13
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Currently the Python script assembling the public header file doesn't consider new header files that are being created or macros, constants and derived data types that are being defined outside their respective header files. Additionally, comments are not consistently being removed from the source code when it's ingested for the bwc.h construction. A overhauled python script should be considered that addresses these shortcomings and is better documented and more user friendly for newcomers to the project.