代码搜索结果
找到约 10,000 项符合
Y 的代码
tiny.y
/****************************************************/
/* File: tiny.y */
/* The TINY Yacc/Bison specification file */
/* Compiler Construction: Princi
gram.y
%{
#include
#ifndef UNIX
#include
#endif
#include "RT.h"
#include "command.h"
#define YYDEBUG 1
void CommandPrompt();
int yyerror(char *msg);
int yylex();
%}
%u
gram.y
%{
#include
#ifndef UNIX
#include
#endif
#include "RT.h"
#include "command.h"
#define YYDEBUG 1
void CommandPrompt();
int yyerror(char *msg);
int yylex();
%}
%u
gram.y
%{
#include
#ifndef UNIX
#include
#endif
#include "BT.h"
#include "command.h"
void CommandPrompt();
int yyerror(char *msg);
int yylex();
%}
%union {
BTkey *
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
qexpryacc.y
/* Grammar for Expression Parser (c) 2001 Alfonso Moreno
NOTES : DON'T FORGET TO MOVE THE GENERATED CONSTANTS TO THE PLACE INDICATED
*/
%{
{**********************************************}
{
xqyacc.y
/* Grammar for TxQuery dataset (Delphi 3,4,5,6), (c) 2002 Alfonso Moreno
NOTES :
DON'T FORGET TO MOVE THE GENERATED CONSTANTS TO THE PLACE INDICATED
*/
%{
{*****************************
y.html
var a="3",b="4";
alert(isNaN(a));
alert(a+"+"+b);
alert(eval(a+"+"+b));
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