1# Auto generated Python source file from Ada sources
2# Call 'make' in 'src/vhdl' to regenerate:
3#
4from pydecor import export
5
6
7@export
8class Tok:
9    Invalid = 0
10    Eof = 1
11    Newline = 2
12    Block_Comment_Start = 3
13    Block_Comment_End = 4
14    Block_Comment_Text = 5
15    Line_Comment = 6
16    Character = 7
17    Identifier = 8
18    Integer = 9
19    Real = 10
20    String = 11
21    Bit_String = 12
22    Integer_Letter = 13
23    Left_Paren = 14
24    Right_Paren = 15
25    Left_Bracket = 16
26    Right_Bracket = 17
27    Colon = 18
28    Semi_Colon = 19
29    Comma = 20
30    Double_Arrow = 21
31    Tick = 22
32    Double_Star = 23
33    Assign = 24
34    Bar = 25
35    Box = 26
36    Dot = 27
37    Equal_Equal = 28
38    Equal = 29
39    Not_Equal = 30
40    Less = 31
41    Less_Equal = 32
42    Greater = 33
43    Greater_Equal = 34
44    Match_Equal = 35
45    Match_Not_Equal = 36
46    Match_Less = 37
47    Match_Less_Equal = 38
48    Match_Greater = 39
49    Match_Greater_Equal = 40
50    Plus = 41
51    Minus = 42
52    Ampersand = 43
53    Condition = 44
54    Double_Less = 45
55    Double_Greater = 46
56    Caret = 47
57    And_And = 48
58    Bar_Bar = 49
59    Left_Curly = 50
60    Right_Curly = 51
61    Exclam_Mark = 52
62    Brack_Star = 53
63    Brack_Plus_Brack = 54
64    Brack_Arrow = 55
65    Brack_Equal = 56
66    Bar_Arrow = 57
67    Bar_Double_Arrow = 58
68    Minus_Greater = 59
69    Equiv_Arrow = 60
70    Arobase = 61
71    Star = 62
72    Slash = 63
73    Mod = 64
74    Rem = 65
75    Abs = 66
76    Not = 67
77    Access = 68
78    After = 69
79    Alias = 70
80    All = 71
81    Architecture = 72
82    Array = 73
83    Assert = 74
84    Attribute = 75
85    Begin = 76
86    Block = 77
87    Body = 78
88    Buffer = 79
89    Bus = 80
90    Case = 81
91    Component = 82
92    Configuration = 83
93    Constant = 84
94    Disconnect = 85
95    Downto = 86
96    Else = 87
97    Elsif = 88
98    End = 89
99    Entity = 90
100    Exit = 91
101    File = 92
102    For = 93
103    Function = 94
104    Generate = 95
105    Generic = 96
106    Guarded = 97
107    If = 98
108    In = 99
109    Inout = 100
110    Is = 101
111    Label = 102
112    Library = 103
113    Linkage = 104
114    Loop = 105
115    Map = 106
116    New = 107
117    Next = 108
118    Null = 109
119    Of = 110
120    On = 111
121    Open = 112
122    Others = 113
123    Out = 114
124    Package = 115
125    Port = 116
126    Procedure = 117
127    Process = 118
128    Range = 119
129    Record = 120
130    Register = 121
131    Report = 122
132    Return = 123
133    Select = 124
134    Severity = 125
135    Signal = 126
136    Subtype = 127
137    Then = 128
138    To = 129
139    Transport = 130
140    Type = 131
141    Units = 132
142    Until = 133
143    Use = 134
144    Variable = 135
145    Wait = 136
146    When = 137
147    While = 138
148    With = 139
149    And = 140
150    Or = 141
151    Xor = 142
152    Nand = 143
153    Nor = 144
154    Xnor = 145
155    Group = 146
156    Impure = 147
157    Inertial = 148
158    Literal = 149
159    Postponed = 150
160    Pure = 151
161    Reject = 152
162    Shared = 153
163    Unaffected = 154
164    Sll = 155
165    Sla = 156
166    Sra = 157
167    Srl = 158
168    Rol = 159
169    Ror = 160
170    Protected = 161
171    Assume = 162
172    Context = 163
173    Cover = 164
174    Default = 165
175    Force = 166
176    Parameter = 167
177    Property = 168
178    Release = 169
179    Restrict = 170
180    Restrict_Guarantee = 171
181    Sequence = 172
182    Vmode = 173
183    Vprop = 174
184    Vunit = 175
185    Across = 176
186    Break = 177
187    Limit = 178
188    Nature = 179
189    Noise = 180
190    Procedural = 181
191    Quantity = 182
192    Reference = 183
193    Spectrum = 184
194    Subnature = 185
195    Terminal = 186
196    Through = 187
197    Tolerance = 188
198    Psl_Clock = 189
199    Psl_Endpoint = 190
200    Psl_Const = 191
201    Psl_Boolean = 192
202    Inf = 193
203    Within = 194
204    Abort = 195
205    Before = 196
206    Before_Em = 197
207    Before_Un = 198
208    Before_Em_Un = 199
209    Always = 200
210    Never = 201
211    Eventually_Em = 202
212    Next_Em = 203
213    Next_A = 204
214    Next_A_Em = 205
215    Next_E = 206
216    Next_E_Em = 207
217    Next_Event = 208
218    Next_Event_Em = 209
219    Next_Event_A = 210
220    Next_Event_A_Em = 211
221    Next_Event_E = 212
222    Next_Event_E_Em = 213
223    Until_Em = 214
224    Until_Un = 215
225    Until_Em_Un = 216
226    Prev = 217
227    Stable = 218
228    Fell = 219
229    Rose = 220
230