gencpp/project/enums/ETokType.csv
Ed_ c2f8c8aeb1 Added constructor and destructor supported (UNTESTED)
Just compiles and generates...

Also fixed a bug where parsing didn't have a token for virtual specifiers...
2023-08-07 03:10:45 -04:00

3.0 KiB

1Invalid__invalid__
2Access_Privateprivate
3Access_Protectedprotected
4Access_Publicpublic
5Access_MemberSymbol.
6Access_StaticSymbol::
7Ampersand&
8Ampersand_DBL&&
9Assign_Classifer:
10Attribute_Open[[
11Attribute_Close]]
12BraceCurly_Open{
13BraceCurly_Close}
14BraceSquare_Open[
15BraceSquare_Close]
16Capture_Start(
17Capture_End)
18Comment__comemnt__
19Comment_End__comment_end__
20Comment_Start__comment_start__
21Char__character__
22Comma,
23Decl_Classclass
24Decl_GNU_Attribute__attribute__
25Decl_MSVC_Attribute__declspec
26Decl_Enumenum
27Decl_Extern_Linkageextern
28Decl_Friendfriend
29Decl_Modulemodule
30Decl_Namespacenamespace
31Decl_Operatoroperator
32Decl_Structstruct
33Decl_Templatetemplate
34Decl_Typedeftypedef
35Decl_Usingusing
36Decl_Unionunion
37Identifier__identifier__
38Module_Importimport
39Module_Exportexport
40NewLine__new_line__
41Number__number__
42Operator__operator__
43Preprocess_Hash#
44Preprocess_Definedefine
45Preprocess_Ifif
46Preprocess_IfDefifdef
47Preprocess_IfNotDefifndef
48Preprocess_ElIfelif
49Preprocess_Elseelse
50Preprocess_EndIfendif
51Preprocess_Includeinclude
52Preprocess_Pragmapragma
53Preprocess_Content__macro_content__
54Preprocess_Macro__macro__
55Preprocess_Unsupported__unsupported__
56Spec_Alignasalignas
57Spec_Constconst
58Spec_Constevalconsteval
59Spec_Constexprconstexpr
60Spec_Constinitconstinit
61Spec_Explicitexplicit
62Spec_Externextern
63Spec_Finalfinal
64Spec_Globalglobal
65Spec_Inlineinline
66Spec_Internal_Linkageinternal
67Spec_LocalPersistlocal_persist
68Spec_Mutablemutable
69Spec_NeverInlineneverinline
70Spec_Overrideoverride
71Spec_Staticstatic
72Spec_ThreadLocalthread_local
73Spec_Volatilevolatile
74Spec_Virtualvirtual
75Star*
76Statement_End;
77StaticAssertstatic_assert
78String__string__
79Type_Unsignedunsigned
80Type_Signedsigned
81Type_Shortshort
82Type_Longlong
83Type_charchar
84Type_intint
85Type_doubledouble
86Type_MS_int8__int8
87Type_MS_int16__int16
88Type_MS_int32__int32
89Type_MS_int64__int64
90Type_MS_W64_W64
91Varadic_Argument...
92__Attributes_Start__attrib_start__