use strict;
use warnings;
my @categories;
if ($which eq 'boundaries') {
} elsif ($which eq 'breaks') {
} else {
die "specify 'boundaries' or 'breaks'";
}
my %catlists = map { $_ => []; } (@categories);
while(<>) {
next if (m/^#/ or m/^\s*$/);
}
print "/* This file is automatically generated by word-properties.pl from $ARGV */\n";
foreach(@categories) {
print "static const uint32_t ${_}[]= {\n";
while(scalar(@$arref)) {
}
print("};\n");
}