代码搜索结果
找到约 10,000 项符合
Y 的代码
fincyacc.y
%{
#include
#include
#include
#include
#ifndef YYDEBUG
#define YYDEBUG 1 /* Default to no yydebug support */
#endif
%}
%union {
FinCNode* expr;
F
ansic.y
/*below is Yacc Grammer source for ANSI C*/
/*YACC--LALR(1) PARSER*/
%token IDENTIFIER CONSTANT STRING_LITERAL SIZEOF
%token PTR_OP INC_OP DEC_OP LEFT_OP RIGHT_OP LE_OP GE_OP EQ_OP NE_OP
%to
tiny.y
/****************************************************/
/* File: tiny.y */
/* The TINY Yacc/Bison specification file */
/* Compiler Construction: Princi
parse.y
/*
** 2001 September 15
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiven
fbas.y
%{
/*
* FBCC - A simple C compiler.
*
* Copyright (c) 1996 Fabrice Bellard
*
* Contact addresses:
* mail: Fabrice Bellard, 451 chemin du mas de Matour, 34790 Grabels, France
* email: bel
fbparse.y
%{
/*
* FBCC - A simple C compiler.
*
* Copyright (c) 1996 Fabrice Bellard
*
* Contact addresses:
* mail: Fabrice Bellard, 451 chemin du mas de Matour, 34790 Grabels, France
* email: bell
parse.y
%{
#define YYPARSER /* distinguishes Yacc output from other code files */
#include "globals.h"
#include "util.h"
#include "scan.h"
#include "parse.h"
static char * savedFunName; /* for use
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_
awkgram.y
/****************************************************************
Copyright (C) Lucent Technologies 1997
All Rights Reserved
Permission to use, copy, modify, and distribute this software and
its docu