代码搜索结果
找到约 10,000 项符合
Y 的代码
wsgram.y
%{
/*
*
* wsgram.y
*
* Author: Markku Rossi
*
* Copyright (c) 1999-2000 WAPIT OY LTD.
* All rights reserved.
*
* Bison grammar for the WMLScript compiler.
*
*/
#include "wml
parser.y
/* PARSER.Y
* C++ Grammar
* UnderC C++ interpreter
* Steve Donovan, 2001
* This is GPL'd software, and the usual disclaimers apply.
* See LICENCE
*/
%{
/* *SJD* essential prototypes for C++ comp
y.java
class X {
public X() {
System.out.println( "Constructing X" );
f();
}
protected void f() {
System.out.println( "X.f()" );
}
protected void g() {
System.
countery.y
%{
#include "StructDefine.h"
#include
#include
%}
%union
{
double dval;
struct symtab *symp;
}
%token NAME
%token NUMBER
%left '-' '+'
%left '*' '
parse.y
/*
** 2001 September 15
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiven
y.output
0 $accept : program $end
1 program : ID
2 | STRING
3 | INT
4 | NIL
5 | lvalue
6 | binary_operation_expr
7 | ass
evaluator.y
/* This is the evaluator */
%{
#if defined(__BORLANDC__) || defined(_MSC_VER)
#define CINTERFACE
#endif
#ifdef _MSC_VER
#include
#include
#include
#else
#inc
y.txt
-1.9661729964016239e-003 -4.4969712977460238e-003 -5.0688326256866090e-003 -1.4634651705174983e-003 6.9175926013456956e-003 1.4570583337152578e-002 1.3140041602954372e-002 -1.2737855716228944e-003
y.txt
-1.9661729964016239e-003 -4.4969712977460238e-003 -5.0688326256866090e-003 -1.4634651705174983e-003 6.9175926013456956e-003 1.4570583337152578e-002 1.3140041602954372e-002 -1.2737855716228944e-003