代码搜索:Gram
找到约 1,185 项符合「Gram」的源代码
代码结果 1,185
www.eeworm.com/read/137956/5817905
gram
/* A Bison parser, made from lburg/gram.y with Bison version GNU Bison version 1.24
*/
#define YYBISON 1 /* Identify Bison output. */
#define TERMINAL 258
#define START 259
#define PPERCENT 26
www.eeworm.com/read/137956/5817906
gram
%{
#include
#include "lburg.h"
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) */
static i
www.eeworm.com/read/131315/5944477
gram
"@(#)gram 8.1 6/6/93"
/yyval/s/int/union semstack/
s/ 0//
/yypv/s/int/union semstack/
/\*yysterm\[]/,$d
1;/yyactr/ka
'a,$s/yypv/yyYpv/g
'aa
register union semstack *yyYpv;
register struct tnode *p,
www.eeworm.com/read/101082/6248931
in gram.in
%token SEOS 1
%token SCOMMENT 2
%token SLABEL 3
%token SUNKNOWN 4
%token SHOLLERITH 5
%token SSTRING 6
%token SICON 7
%token SRCON 8
%token SDCON 9
%token SBITCON 10
%token SOCTCON 11
%token SHEXCON 1
www.eeworm.com/read/390692/8452225
ncb gram.ncb
www.eeworm.com/read/390692/8452231
cpp gram.cpp
/*LL1分析器示例程序:见课本P76*/
#include
#include
#include
#include
#include "gram.h"
#include "istack.h"
/*以下变量用于词法分析*/
char ch; //字符变量,存放最新读进的源程序
www.eeworm.com/read/390692/8452238
plg gram.plg
Build Log
--------------------Configuration: gram - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\Ben\LOCA
www.eeworm.com/read/390692/8452240
opt gram.opt
www.eeworm.com/read/390692/8452242
dsw gram.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/390692/8452246
dsp gram.dsp
# Microsoft Developer Studio Project File - Name="gram" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons