Sophie

Sophie

distrib > Mandriva > 2010.1 > i586 > by-pkgid > 5a4bdb0fa6a47c773819f19c8f0c89eb > files > 56

dparser-1.15-2mdv2010.1.i586.rpm

{
#include <stdio.h>
}
${declare all_matches A}
A: ID moreIDs* ';' ;
moreIDs: ',' ID { printf( "moreIDs\n" ); } ;
ID: "[a-z]+" { printf( "ID\n" ); } ;