summaryrefslogtreecommitdiffstats
path: root/languages/cpp/file_templates/y
blob: 67180e42fa9ca0bb878ae2d167eb38a3251af243 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/*
 *
 * bison/yacc 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

%%





%%