mirror of
https://github.com/Ed94/gencpp.git
synced 2025-07-12 00:25:43 -07:00
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.
This commit is contained in:
@ -22,6 +22,9 @@
|
||||
GEN_NS_BEGIN
|
||||
|
||||
#include "components/gen.types.hpp"
|
||||
#include "components/gen.ecode.hpp"
|
||||
#include "components/gen.eoperator.hpp"
|
||||
#include "components/gen.especifier.hpp"
|
||||
#include "components/gen.data_structures.hpp"
|
||||
#include "components/gen.interface.hpp"
|
||||
#include "components/gen.header_end.hpp"
|
||||
|
Reference in New Issue
Block a user