d977c82f37
Fixes from latest refactor of toktype enum.
2023-07-27 17:12:58 -04:00
cf65638979
Started to generate the enums from csv (ECode, EOperator, ESpecifier).
...
- Changed the zpl csv parser to only accept hex values with 0x perfix. it was messing with the add term.
- Small changes to the clang format config.
2023-07-26 14:21:20 -04:00
8232e79aac
Adding pragma regions to all dependency components
2023-07-25 23:00:57 -04:00
62b0ed2112
Finished initial implmentation bootstrap generation and singleheader implementation.
2023-07-25 15:12:51 -04:00
387787b88d
Formatting fixes
2023-07-24 20:59:20 -04:00
49ef1a2e87
gen.deps.cpp "componentized"
2023-07-24 18:35:16 -04:00
5aa334237a
gen.dep.hpp "componentization"
2023-07-24 18:19:37 -04:00
fcca15b4b9
Making new files, preparing to offload code to them.
2023-07-24 14:30:57 -04:00
88a43cb11f
namespace macro unused in gen.dep.cpp
, updates to readme.
2023-07-24 14:30:35 -04:00
39390535ce
Support for interfaces in class/struct.
...
Interfaces are assumed to have the public access specifier for their content (if its a class definition)
Started to prepare to segement library code into more files (Less scrolling, need for bootstrapping a tailored version + single header support anyway).
2023-07-24 13:44:19 -04:00