代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/100263/15879604
c parse.c
/* Autoconf patching by David Hedbor, neotron@lysator.liu.se */
/*********************************************************************/
/* file: parse.c - some utility-functions
www.eeworm.com/read/100129/15883283
h parse.h
#ifndef YY_parse_h_included
#define YY_parse_h_included
#line 1 "/u/icdc/rdt/tools/lib/bison.h"
/* before anything */
#ifdef c_plusplus
#ifndef __cplusplus
#define __cplusplus
#endif
#endif
#ifdef __
www.eeworm.com/read/100129/15883306
c parse.c
#define YY_parse_h_included
/* A Bison++ parser, made from parse.y */
/* with Bison++ version bison++ Version 1.21-7, adapted from GNU bison by coetmeur@icdc.fr
*/
#line 1 "/u/icdc/rdt/tools/
www.eeworm.com/read/100129/15883315
y parse.y
/* parse.y - parser for flex input */
%token CHAR NUMBER SECTEND SCDECL XSCDECL WHITESPACE NAME PREVCCL EOF_OP
%{
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All right
www.eeworm.com/read/100128/15883335
ych parse.ych
Changes for PARSE.Y 2.4.7 by Andreas Scherer, January 20, 1995.
Modified for PARSE.Y 2.5.1, April 3, 1995.
@x l.60
char *alloca ();
@y
char *alloca(unsigned int);
@z
www.eeworm.com/read/100128/15883341
h parse.h
#define CHAR 257
#define NUMBER 258
#define SECTEND 259
#define SCDECL 260
#define XSCDECL 261
#define NAME 262
#define PREVCCL 263
#define EOF_OP 264
#define OPTION_OP 265
#define OPT_OUTFILE 266
#de
www.eeworm.com/read/100128/15883377
c parse.c
#ifndef lint
static char yysccsid[] = "@(#)yaccpar 1.9 (Berkeley) 02/21/93";
#endif
#define YYBYACC 1
#define YYMAJOR 1
#define YYMINOR 9
#define yyclearin (yychar=(-1))
#define yyerrok (yyerrflag=0)
www.eeworm.com/read/100128/15883401
y parse.y
/* parse.y - parser for flex input */
%token CHAR NUMBER SECTEND SCDECL XSCDECL NAME PREVCCL EOF_OP
%token OPTION_OP OPT_OUTFILE OPT_PREFIX OPT_YYCLASS
%token CCE_ALNUM CCE_ALPHA CCE_BLANK CCE_CNTRL
www.eeworm.com/read/100119/15883595
c parse.c
/*****************************************************************************
* $Id: parse.c,v 6.6 1998/08/20 04:50:36 darren Exp $
*
* Copyright (c) 1996-1998, Darren Hiebert
*
* This so
www.eeworm.com/read/176921/9479473
pl parser.pl
/* Parser fuer mini-PASCAL */
:- consult(scanner).
parse_programm(Datei, Parsebaum):-
init_scanner(Datei),
parse_programm(Parsebaum), !.
parse_programm(Anweisungen):-
parse_symbol