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