代码搜索结果
找到约 10,000 项符合
Y 的代码
plural.y
%{
/* Expression parsing for plural form selection.
Copyright (C) 2000, 2001 Free Software Foundation, Inc.
Written by Ulrich Drepper , 2000.
This program is free softwar
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
server.y
%{
/*==========================================================
* Program : server.y Project : smslink
* Author : Philippe Andersson.
* Date : 02/12/99
* Version : 0.35b
tiny.y
/****************************************************/
/* File: tiny.y */
/* The TINY Yacc/Bison specification file */
/* Compiler Construction: Princi
test.y
%{
#include
#include
#include
%}
%token LEA //dfdfd
%token GR
%token START
%token BODY
%token END
%token DEFPART
%token EXECPART
%token DEF
casl.y
%{
#include
#include
#include
#include
#include
#include "../Common/GlobalVariableDef.h"
#include "../Common/FileMapping.h"
LPV
ic.y
%{
#include
#include
#include
%}
%token DECIMAL
%token HEX
%token LABEL
%token VAR
%token START
%token END
%token JMP
%token IF
%token GOTO
%left '+''-'
%
expr.y
%{
#include
#include
#include
%}
%token INTEGER
%left '+''-'
%left '*''/'
%%
program: program expr'\n' { printf("%d\n",$2); }
|
;
e
casl.y
%{
#include
#include
#include
%}
%token DECIMAL
%token HEX
%token ID
%token LABEL
%token DS
%token DC
%token GR0
%token GR1
%token GR2
%token GR3
%token G