代码搜索结果
找到约 10,000 项符合
Y 的代码
parse.y
%{
//
// parser.y: yacc specification for simple SQL-like query language
//
#include
#include "heapfile.h"
#include "parse.h"
extern "C" int isatty(int);
extern int yylex();
extern int yy
vparsebison.y
// -*- C++ -*-
//*****************************************************************************
// DESCRIPTION: SystemC bison parser
//
// This file is part of SystemC-Perl.
//
// Author: Wilson Snyder
input.y
%{
/* Parser input for the graphical interface.
This file is created by the simulator and red by the
front_end grap_tool (can be a Xwindows or PostScript ).
*/
#include
#include
y.fch
/*这是一个用于词法分析测试的正确的文件*/
main()
{
int a,b,c;
b=11;
a=5+b;
c=a-b;
if (a
abnf.y
%{
#include
#include
#include
#include "compiler.h"
#define YYERROR_VERBOSE
#define YYDEBUG 1
#define UPPER_REPEAT_LIMIT 655
extern char *yytext;
TRuleList gRuleLis