URL
https://opencores.org/ocsvn/eco32/eco32/trunk
[/] [eco32/] [trunk/] [lcc/] [lburg/] [gram.y] - Diff between revs 4 and 329
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 4 |
Rev 329 |
Line 3... |
Line 3... |
#include
|
#include
|
#include "lburg.h"
|
#include "lburg.h"
|
static char rcsid[] = "$Id: gram.y,v 2.5 1997/11/21 18:59:34 drh Exp $";
|
static char rcsid[] = "$Id: gram.y,v 2.5 1997/11/21 18:59:34 drh Exp $";
|
/*lint -e616 -e527 -e652 -esym(552,yynerrs) -esym(563,yynewstate,yyerrlab) */
|
/*lint -e616 -e527 -e652 -esym(552,yynerrs) -esym(563,yynewstate,yyerrlab) */
|
static int yylineno = 0;
|
static int yylineno = 0;
|
|
int yylex(void);
|
%}
|
%}
|
%union {
|
%union {
|
int n;
|
int n;
|
char *string;
|
char *string;
|
Tree tree;
|
Tree tree;
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.