代码搜索结果
找到约 10,000 项符合
Y 的代码
gram.y
/***** uno: gram.y *****/
%{
/*
======================================================================
CTREE Version 0.09
Written by Shaun Flisakowski (1995)
With small revisions for use in UNO
parser.y
%{
#include "mdbsql.h"
MdbSQL *g_sql;
%}
%union {
char *name;
double dval;
int ival;
}
%token NAME PATH NUMBER STRING
%token SELECT FROM WHERE CONNECT TO LIST TABLES WHERE AND
%%
query:
SELEC
parser.y
/*
Little Smalltalk Class method syntax
differs from smalltalk-80 slightly
class heading is different
vertical bar must appear between methods
syntax for primitives is different
getdate.y
%{
/* $Revision: 2.1 $
**
** Originally written by Steven M. Bellovin while
** at the University of North Carolina at Chapel Hill. Later tweaked by
** a couple of peopl
ifparse.y
%{
/* ifparse.y - EXPR Parser
/*
/* Copyright (c) 1995-1999 Applied Information Technologies, Inc.
/* All Rights Reserved.
/*
/* Distributed uder the GNU General Public License which was included in
vtc.y
%{
/* vtc.y: VTC compiler and lexical analyzer */
#include "vt.h"
String ptext;
int debug = 0;
extern int iwidth[];
#define ERR_PRMTNAME "Primitive name used as function name"
#define ERR_RESERVED "
vtc.y
head 2.1;
access;
symbols;
locks; strict;
comment @ * @;
2.1
date 95.10.24.15.46.14; author tsurace; state Release;
branches;
next 1.1;
1.1
date 95.10.12.21.34.45; author tsurace; state Beta;
branc
vtc.y
%{
/* vtc.y: VTC compiler and lexical analyzer */
/* $Id: vtc.y 2.1 1995/10/24 15:46:14 tsurace Release $ */
#include "vt.h"
String ptext;
int debug = 0;
extern int iwidth[];
#define ERR_PR
error.y
%%
S: error
%%
main(){printf("yyparse() = %d\n",yyparse());}
yylex(){return-1;}
yyerror(s)char*s;{printf("%s\n",s);}
ftp.y
/*
* Copyright (c) 1985, 1988 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms are permitted
* provided that the above copyrig