代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/425978/10298832
c parse.c
/* Driver template for the LEMON parser generator.
** The author disclaims copyright to this source code.
*/
/* First off, code is included that follows the "include" declaration
** in the input gramm
www.eeworm.com/read/162511/10298898
c parse.c
/* Main parser.
Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006
Free Software Foundation, Inc.
Contributed by Andy Vaught
This file is part of GCC.
GCC is free software; you can redi
www.eeworm.com/read/162286/10318903
java parse.java
import java.io.*;
import java.util.*;
public class Parse implements LineRead {
static final int levelMax = 3;
static final int amax = 2047;
PrintWriter outFile;
Scan scanner;
www.eeworm.com/read/162188/10327887
dec parse.dec
#ifDLLCALL
#else
/*
** parse.dec - String parsing function.
** (C) Copyright 1991-1996 by Aptech Systems, Inc.
** All Rights Reserved.
**
** Global variable definition for procedure PARSE.
*
www.eeworm.com/read/162188/10328060
src parse.src
#ifDLLCALL
#else
/*
** parse.src - String parsing function.
** (C) Copyright 1991-1998 by Aptech Systems, Inc.
** All Rights Reserved.
**
** This Software Product is PROPRIETARY SOURCE CODE O
www.eeworm.com/read/162188/10328181
ext parse.ext
#ifDLLCALL
#else
/*
** parse.ext - String parsing function.
** (C) Copyright 1991-1996 by Aptech Systems, Inc.
** All Rights Reserved.
**
** External variable declaration for procedure PARSE.
www.eeworm.com/read/162184/10328616
h parse.h
/* This file has been generated with opag 0.6.4. */
#ifndef HDR_PARSE
#define HDR_PARSE 1
struct options {
/* Set to 1 if option --tries (-r) has been specified. */
unsigned int opt_tries : 1;
/
www.eeworm.com/read/162184/10328690
c parse.c
/* This file has been generated with opag 0.6.4. */
#include
#include
#include
#include
#include
#include "InOut.h"
#include "utilities.h"
#inc
www.eeworm.com/read/280395/10333034
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/280395/10333063
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