代码搜索结果
找到约 10,000 项符合
G 的代码
defs.g++
# defs.g++
#
# modification history
# --------------------
# 01d,21may02,sn Rename OBJS_$(TOOLENV) to OBJS_CPLUS_$(TOOLENV) to avoid clash
# with ../../common/Makefile
# 01c,20may02
defs.g++
# defs.g++
#
# modification history
# --------------------
# 01d,21may02,sn Rename OBJS_$(TOOLENV) to OBJS_CPLUS_$(TOOLENV) to avoid clash
# with ../../common/Makefile
# 01c,20may02
java.g
/** Java 1.2 Recognizer
*
* Run 'java Main '
*
* Contributing authors:
* John Mitchell johnm@non.net
* Terence Parr parrt@magelang.com
* John Lilley jlilley
antlr.g
/*
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright own
r.g
%term LCURL RCURL LPAR RPAR SCOL DIGITS
%term XIF XELSE XFOR XWHILE XBREAK NEXT
%term OLDDO NEWDO
%term XGOK XDEFINE XINCLUDE
%term REPEAT UNTIL
%%
statl : statl stat
|
;
stat : if stat ={ outcon
g++.exp
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003,
# 2004, 2005, 2007 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
#
g.c
foo (a, b)
long long a, b;
{
if (a == b)
return 0;
else
return 1;
}
validwhenparser.g
header {
/*
* $Id: ValidWhenParser.g 520763 2007-03-21 05:57:10Z bayard $
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOT
g.java
import java.io.IOException;
import java.io.InputStream;
import java.util.*;
import javax.microedition.lcdui.*;
import javax.microedition.lcdui.game.Sprite;
final class g extends Canvas
imp
defs.g++
# defs.g++
#
# modification history
# --------------------
# 01d,21may02,sn Rename OBJS_$(TOOLENV) to OBJS_CPLUS_$(TOOLENV) to avoid clash
# with ../../common/Makefile
# 01c,20may02