2 /* ISO Pascal 7185 reserved words.
4 * For GNU Pascal compiler (GPC) by jtv@hut.fi
6 * run this through the Doug Schmidt's gperf program
8 * gperf -g -o -j1 -t -p -N is_reserved_word
12 struct resword { const char *name; short token; short iclass;};
15 Array, ARRAY, PASCAL_ISO
16 Begin, BEGIN_, PASCAL_ISO
17 Case, CASE, PASCAL_ISO
18 Const, CONST, PASCAL_ISO
21 Downto, DOWNTO, PASCAL_ISO
22 Else, ELSE, PASCAL_ISO
24 File, FILE_, PASCAL_ISO
26 Function, FUNCTION, PASCAL_ISO
27 Goto, GOTO, PASCAL_ISO
30 Label, LABEL, PASCAL_ISO
36 Packed, PACKED, PASCAL_ISO
37 Procedure, PROCEDURE, PASCAL_ISO
38 Program,PROGRAM,PASCAL_ISO
39 Record, RECORD, PASCAL_ISO
40 Repeat, REPEAT, PASCAL_ISO
42 Then, THEN, PASCAL_ISO
44 Type, TYPE, PASCAL_ISO
45 Until, UNTIL, PASCAL_ISO
47 While, WHILE, PASCAL_ISO
48 With, WITH, PASCAL_ISO