代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/123658/14618932
c c-parse.c
/* A Bison parser, made from c-parse.y with Bison version GNU Bison version 1.22
*/
#define YYBISON 1 /* Identify Bison output. */
#define IDENTIFIER 258
#define TYPENAME 259
#define SCSPEC 26
www.eeworm.com/read/123658/14618971
h c-parse.h
typedef union {long itype; tree ttype; enum tree_code code;
char *filename; int lineno; int ends_in_label; } YYSTYPE;
#define IDENTIFIER 258
#define TYPENAME 259
#define SCSPEC 260
#define TYPESPEC 2
www.eeworm.com/read/122800/14667998
c argp-parse.c
/* Hierarchial argument parsing, layered over getopt
Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Miles Bader
www.eeworm.com/read/121526/14753461
c cl_parse.c
/*
Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free So
www.eeworm.com/read/121154/14768335
v cm_parse.v
0 $accept : program $end
1 program : declaration_list
2 declaration_list : declaration_list declaration
3 | empty
4 declaration : var_declaration
www.eeworm.com/read/121154/14768340
y cm_parse.y
%{
#define YYPARSER /* distinguishes Yacc output from other code files */
//#define YYDEBUG
#include "globals.h"
#include "util.h"
#include "scan.h"
#include "parse.h"
#define YYSTYPE TreeN
www.eeworm.com/read/121154/14768368
h cm_parse.h
#ifndef _CM_PARSE_H
#define _CM_PARSE_H
#include
#define INT 257
#define CHAR 258
#define FLOAT 259
#define VOID 260
#define IF 261
#define ELSE 262
#define WHILE 263
#define FO
www.eeworm.com/read/121154/14768400
cpp cm_parse.cpp
#include
#define YYPARSEFAST
#line 1 "E:\\Myworks\\Compiler\\C_Minus\\CM_parse.y"
#define YYPARSER /* distinguishes Yacc output from other code files */
//#define YYDEBUG
#include
www.eeworm.com/read/116631/14961271
pas cl_parse.pas
unit cl_parse;
interface
{
---
cl_parse.pas converted from cl_parse.c by Ter Roshak
All MY comments begin with TER:
all other comments are ORIGINAL comments!
Tools used : Delphi 6 (u
www.eeworm.com/read/116219/14982442