1 /*
1 /**
2 * $Id$
2 * test/demos/parser/parser.yy
3 * $URL$
3 * Copyright (C) 2008 Markus Broeker
4 */
5
6 %{
7 #include <stdio.h>
8 #include <ctype.h>