代码搜索结果
找到约 10,000 项符合
Y 的代码
cyacc.y
%expect 13 /* shift/reduce conflicts, and no reduce/reduce conflicts. */
%start program
%union {long itype; tree ttype; void *otype; struct c_expr exprtype;
struct c_arg_info *arginfotype; struct
ycmm.y
%{
#include
%}
%token IDENTIFIER CONSTANT
%token GE_OP LE_OP EQ_OP NE_OP AND_OP OR_OP
%token INT REAL
%token WHILE WRITE READ IF ELSE
%nonassoc IF
%nonassoc ELSE
%right '='
%left OR_OP
%
tiny.y
/****************************************************/
/* File: tiny.y */
/* The TINY Yacc/Bison specification file */
/* Compiler Construction: Princi
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
y.c
//此程序配合开发板webserver.c调试
#include
#include "winsock2.h"
#include "windows.h"
void main() {
//----------------------
// Initialize Winsock.
WSADATA wsaData;
SOCKET Connec
ftpcmd.y
/*
* Copyright (c) 1985, 1988, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modificatio
parser.y
%{
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2002-2008 Marcel Holtmann
*
*
* This program is free software; you can redistribute it and/or mo
parser.y
%{
/****************************************************************************\
Copyright (c) 2002, NVIDIA Corporation.
NVIDIA Corporation("NVIDIA") supplies this software to you in
considerat
netlist.y
%{
#include
#include
#include "component.h"
extern char *yytext;
extern FILE *yyin;
%}
%start netlist
%token IDENTIFIER
%token CAPACITOR
%token INDUCTOR
%
parser.y
%{
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2002-2008 Marcel Holtmann
*
*
* This program is free software; you can redistribute it and/or mo