Pristine Ack-5.5
[Ack-5.5.git] / lang / cem / libcc.ansi / ctype / char.tab
1 %
2 %       CHARACTER CLASSES
3 %
4 %       the actual size is all unsigned chars + EOF == 257 characters
5 %       , but we store the first element explicitely
6 %
7 %       The _P contains ",-.", which means from "," to ".". These are the
8 %       three characters ",-."
9 %
10 %S256
11 %C
12 _C:\000-\037\177
13 _C|_S:\f\n\r\t\v
14 _S:\040
15 _P:!"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~
16 _N:0-9
17 _U|_X:A-F
18 _L|_X:a-f
19 _U:G-Z
20 _L:g-z
21 %T#include      <ctype.h>
22 %T
23 %Tchar __ctype[] = {
24 %T0,
25 %p
26 %T};