/*
 *
 * bison/yacc C++ Implementation: $MODULE$
 *
 * Description:
 *
 *
 * Author: $AUTHOR$ <$EMAIL$>, (C) $YEAR$
 *
 * Copyright: See COPYING file that comes with this distribution
 *
 */

/*
 *
 * Use options
 *
 *    %name-prefix="foo"
 *    %yacc
 *
 * to create multiple parsers in one project.
 *
 */

%{



%}

%debug

%%





%%