mirror of
https://github.com/Ed94/gencpp.git
synced 2024-11-10 02:54:53 -08:00
Ed_
c2f8c8aeb1
Just compiles and generates... Also fixed a bug where parsing didn't have a token for virtual specifiers...
743 B
743 B
1 | Invalid |
---|---|
2 | Untyped |
3 | NewLine |
4 | Comment |
5 | Access_Private |
6 | Access_Protected |
7 | Access_Public |
8 | PlatformAttributes |
9 | Class |
10 | Class_Fwd |
11 | Class_Body |
12 | Constructor |
13 | Constructor_Fwd |
14 | Destructor |
15 | Destructor_Fwd |
16 | Enum |
17 | Enum_Fwd |
18 | Enum_Body |
19 | Enum_Class |
20 | Enum_Class_Fwd |
21 | Execution |
22 | Export_Body |
23 | Extern_Linkage |
24 | Extern_Linkage_Body |
25 | Friend |
26 | Function |
27 | Function_Fwd |
28 | Function_Body |
29 | Global_Body |
30 | Module |
31 | Namespace |
32 | Namespace_Body |
33 | Operator |
34 | Operator_Fwd |
35 | Operator_Member |
36 | Operator_Member_Fwd |
37 | Operator_Cast |
38 | Operator_Cast_Fwd |
39 | Parameters |
40 | Preprocess_Define |
41 | Preprocess_Include |
42 | Preprocess_If |
43 | Preprocess_IfDef |
44 | Preprocess_IfNotDef |
45 | Preprocess_ElIf |
46 | Preprocess_Else |
47 | Preprocess_EndIf |
48 | Preprocess_Pragma |
49 | Specifiers |
50 | Struct |
51 | Struct_Fwd |
52 | Struct_Body |
53 | Template |
54 | Typedef |
55 | Typename |
56 | Union |
57 | Union_Body |
58 | Using |
59 | Using_Namespace |
60 | Variable |