mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-11-03 23:36:12 -08:00 
			
		
		
		
	
		
			
				
	
	
	
		
			3.7 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			3.7 KiB
		
	
	
	
	
	
	
	
| 1 | Invalid | __invalid__ | 
|---|---|---|
| 2 | Access_Private | private | 
| 3 | Access_Protected | protected | 
| 4 | Access_Public | public | 
| 5 | Access_MemberSymbol | . | 
| 6 | Access_StaticSymbol | :: | 
| 7 | Ampersand | & | 
| 8 | Ampersand_DBL | && | 
| 9 | Assign_Classifer | : | 
| 10 | Attribute_Open | [[ | 
| 11 | Attribute_Close | ]] | 
| 12 | BraceCurly_Open | { | 
| 13 | BraceCurly_Close | } | 
| 14 | BraceSquare_Open | [ | 
| 15 | BraceSquare_Close | ] | 
| 16 | Paren_Open | ( | 
| 17 | Paren_Close | ) | 
| 18 | Comment | __comment__ | 
| 19 | Comment_End | __comment_end__ | 
| 20 | Comment_Start | __comment_start__ | 
| 21 | Char | __character__ | 
| 22 | Comma | , | 
| 23 | Decl_Class | class | 
| 24 | Decl_GNU_Attribute | __attribute__ | 
| 25 | Decl_MSVC_Attribute | __declspec | 
| 26 | Decl_Enum | enum | 
| 27 | Decl_Extern_Linkage | extern | 
| 28 | Decl_Friend | friend | 
| 29 | Decl_Module | module | 
| 30 | Decl_Namespace | namespace | 
| 31 | Decl_Operator | operator | 
| 32 | Decl_Struct | struct | 
| 33 | Decl_Template | template | 
| 34 | Decl_Typedef | typedef | 
| 35 | Decl_Using | using | 
| 36 | Decl_Union | union | 
| 37 | Identifier | __identifier__ | 
| 38 | Module_Import | import | 
| 39 | Module_Export | export | 
| 40 | NewLine | __new_line__ | 
| 41 | Number | __number__ | 
| 42 | Operator | __operator__ | 
| 43 | Preprocess_Hash | # | 
| 44 | Preprocess_Define | define | 
| 45 | Preprocess_Define_Param | __define_param__ | 
| 46 | Preprocess_If | if | 
| 47 | Preprocess_IfDef | ifdef | 
| 48 | Preprocess_IfNotDef | ifndef | 
| 49 | Preprocess_ElIf | elif | 
| 50 | Preprocess_Else | else | 
| 51 | Preprocess_EndIf | endif | 
| 52 | Preprocess_Include | include | 
| 53 | Preprocess_Pragma | pragma | 
| 54 | Preprocess_Content | __macro_content__ | 
| 55 | Preprocess_Macro_Expr | __macro_expression__ | 
| 56 | Preprocess_Macro_Stmt | __macro_statment__ | 
| 57 | Preprocess_Macro_Typename | __macro_typename__ | 
| 58 | Preprocess_Unsupported | __unsupported__ | 
| 59 | Spec_Alignas | alignas | 
| 60 | Spec_Const | const | 
| 61 | Spec_Consteval | consteval | 
| 62 | Spec_Constexpr | constexpr | 
| 63 | Spec_Constinit | constinit | 
| 64 | Spec_Explicit | explicit | 
| 65 | Spec_Extern | extern | 
| 66 | Spec_Final | final | 
| 67 | Spec_ForceInline | forceinline | 
| 68 | Spec_Global | global | 
| 69 | Spec_Inline | inline | 
| 70 | Spec_Internal_Linkage | internal | 
| 71 | Spec_LocalPersist | local_persist | 
| 72 | Spec_Mutable | mutable | 
| 73 | Spec_NeverInline | neverinline | 
| 74 | Spec_Override | override | 
| 75 | Spec_Restrict | restrict | 
| 76 | Spec_Static | static | 
| 77 | Spec_ThreadLocal | thread_local | 
| 78 | Spec_Volatile | volatile | 
| 79 | Spec_Virtual | virtual | 
| 80 | Star | * | 
| 81 | Statement_End | ; | 
| 82 | StaticAssert | static_assert | 
| 83 | String | __string__ | 
| 84 | Type_Typename | typename | 
| 85 | Type_Unsigned | unsigned | 
| 86 | Type_Signed | signed | 
| 87 | Type_Short | short | 
| 88 | Type_Long | long | 
| 89 | Type_bool | bool | 
| 90 | Type_char | char | 
| 91 | Type_int | int | 
| 92 | Type_double | double | 
| 93 | Type_MS_int8 | __int8 | 
| 94 | Type_MS_int16 | __int16 | 
| 95 | Type_MS_int32 | __int32 | 
| 96 | Type_MS_int64 | __int64 | 
| 97 | Type_MS_W64 | _W64 | 
| 98 | Varadic_Argument | ... | 
| 99 | __Attributes_Start | __attrib_start__ |