gencpp/project/enums/ETokType.csv
Ed_ c5afede7b5 Reorganization of files, refactors, doc updates (WIP)
Removing the gen. namespace from the files for components, dependencies, and file_processors.
They are only necessary if the include directory is transparent, and in my case those are not.

Made a docs directory. I'm offloading information from the main readme to there along with additional informationn I end up elaborating on down the line.
Enum tables were moved to their own directory (project/enums).

Library will not compile for now. Major refactor occuring with parsing related components.
2023-07-29 05:52:06 -04:00

2.3 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__comment__
19Char__char__
20Comma,
21Decl_Classclass
22Decl_GNU_Attribute__attribute__
23Decl_MSVC_Attribute__declspec
24Decl_Enumenum
25Decl_Extern_Linkageextern
26Decl_Friendfriend
27Decl_Modulemodule
28Decl_Namespacenamespace
29Decl_Operatoroperator
30Decl_Structstruct
31Decl_Templatetemplate
32Decl_Typedeftypedef
33Decl_Usingusing
34Decl_Unionunion
35Identifier__identifier__
36Module_Importimport
37Module_Exportexport
38Numbernumber
39Operatoroperator
40Preprocess_Define#define
41Preprocess_Include#include
42Preprocess_If#if
43Preprocess_ElIF#elif
44Preprocess_Else#else
45Preprocess_EndIf#endif
46Spec_Alignasalignas
47Spec_Constconst
48Spec_Constevalconsteval
49Spec_Constexprconstexpr
50Spec_Constinitconstinit
51Spec_Explicitexplicit
52Spec_Externextern
53Spec_Finalfinal
54Spec_Globalglobal
55Spec_Inlineinline
56Spec_Internal_Linkageinternal
57Spec_LocalPersistlocal_persist
58Spec_Mutablemutable
59Spec_Overrideoverride
60Spec_Staticstatic
61Spec_ThreadLocalthread_local
62Spec_Volatilevolatile
63Star*
64Statement_End;
65String__string__
66Type_Unsignedunsigned
67Type_Signedsigned
68Type_Shortshort
69Type_Longlong
70Type_charchar
71Type_intint
72Type_doubledouble
73Varadic_Argument...
74Attributes_Start__attrib_start__