gencpp/project/components/ETokType.csv
Ed_ 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

2.2 KiB

1Access_Privateprivate
2Access_Protectedprotected
3Access_Publicpublic
4Access_MemberSymbol.
5Access_StaticSymbol::
6Ampersand&
7Ampersand_DBL&&
8Assign_Classifer:
9Attribute_Open[[
10Attribute_Close]]
11BraceCurly_Open{
12BraceCurly_Close}
13BraceSquare_Open[
14BraceSquare_Close]
15Capture_Start(
16Capture_End)
17Comment__comment__
18Char__char__
19Comma,
20Decl_Classclass
21Decl_GNU_Attribute__attribute__
22Decl_MSVC_Attribute__declspec
23Decl_Enumenum
24Decl_Extern_Linkageextern
25Decl_Friendfriend
26Decl_Modulemodule
27Decl_Namespacenamespace
28Decl_Operatoroperator
29Decl_Structstruct
30Decl_Templatetemplate
31Decl_Typedeftypedef
32Decl_Usingusing
33Decl_Unionunion
34Identifier__identifier__
35Module_Importimport
36Module_Exportexport
37Numbernumber
38Operatoroperator
39Preprocessor_Directive#
40Preprocessor_Includeinclude
41Spec_Alignasalignas
42Spec_Constconst
43Spec_Constevalconsteval
44Spec_Constexprconstexpr
45Spec_Constinitconstinit
46Spec_Explicitexplicit
47Spec_Externextern
48Spec_Finalfinal
49Spec_Globalglobal
50Spec_Inlineinline
51Spec_Internal_Linkageinternal
52Spec_LocalPersistlocal_persist
53Spec_Mutablemutable
54Spec_Overrideoverride
55Spec_Staticstatic
56Spec_ThreadLocalthread_local
57Spec_Volatilevolatile
58Star*
59Statement_End;
60String__string__
61Type_Unsignedunsigned
62Type_Signedsigned
63Type_Shortshort
64Type_Longlong
65Type_charchar
66Type_intint
67Type_doubledouble
68Varadic_Argument...
69Attributes_Start__attrib_start__