代码搜索结果
找到约 10,000 项符合
Y 的代码
input.y
%{
/* Parser input for the graphical interface.
This file is created by the simulator and red by the
front_end grap_tool (can be a Xwindows or PostScript ).
*/
#include
#include
yacc.y
/* YACC.Y: Yacc grammar for Yacc main program. 2-17-91, 4-30-91 AG
To bootstrap Yacc, use Yacc iself to compile this grammar, then
run tpc on the generated program.
Note:
This is
pas.y
/* PAS.Y: ISO Level 0 Pascal grammar, adapted to TP Yacc 2-28-89 AG
To compile: yacc pas
lex paslex
tpc pas */
%{
(*
*
* Pascal grammar in Yacc format, ba
expr.y
/* Sample Yacc grammar for a simple desktop calculator; derived from a
grammar in Aho et al: Compilers. Principles, Techniques and Tools (Sect.
4.9).
Lexical analyzer is in Lex program
yref.y
/* YREF.Y: YREF cross reference utility, V1.1 5-1-91 AG
This is a sample Yacc program which produces complete cross reference
listings of Yacc source (.y) files. It is based on the same gr
html.y
%{
/*
* Copyright
date.y
%{
/*
* Project : tin - a Usenet reader
* Module : parsedate.y
* Author : S.Bellovin & R.$alz & J.Berets & P.Eggert
* Created : 01-08-90
* Updated : 04-12-92
* Notes : This
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
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