4 # This script compares the group names which "have to be", according to the descriptions in base.xml -
5 # and actually existing in the symbol files. Some differences are ok (like extra double quotes or
6 # extra escaping character) - but all the rest should be in sync.
13 xsltproc $ROOT/xslt/reg2ll.xsl $ROOT/rules/base.xml | sort | uniq > $F1
15 for i in $ROOT/symbols/*; do
29 }/^[[:space:]]*name\[Group1\][[:space:]]*=/{
32 printf "%s:\"%s\"\n",id,$2;
37 printf "%s(%s):\"%s\"\n", id, variant, name;
41 done | sort | uniq > $F2