代码搜索结果
找到约 10,000 项符合
Y 的代码
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
calc.y
%{
# include
# include
int regs[26];
int base;
%}
%start list
%token DIGIT LETTER
%left '|'
%left '&'
%left '+' '-'
%left '*' '/' '%'
%left UMINUS /* supplies precedence for
gram.y
%{
/*
* $Id: //pentools/main/datemath/gram.y#3 $
*
* written by: Stephen J. Friedl
* Software Consultant
* Tustin, California USA
* steve@unixwiz.net / ww
pro.y
%{
#include
#include
extern char yytext[];
extern int column;
%}
%token PROGRAM,BEGINS,END
%token CONST,SEMI,id,BOOLEAN,TRUE,FALSE,INT,FLOAT,ARRAY,ASSIGN,IF,THEN,ELSE,WHILE,DO
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 i
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