gencpp/project/enums/ETokType.csv
Ed_ 03df940085 Improved parser scope errors.
Added the caret for indicating where the error is.
2023-07-29 17:14:02 -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)
18Commentcomemnt
19Charcharacter
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
35Identifieridentifier
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;
65Stringstring
66Type_Unsignedunsigned
67Type_Signedsigned
68Type_Shortshort
69Type_Longlong
70Type_charchar
71Type_intint
72Type_doubledouble
73Varadic_Argument...
74Attributes_Start__attrib_start__