代码搜索结果
找到约 10,000 项符合
G 的代码
grammarfilter.g
lexer grammar GrammarFilter;
options {
language=ObjC;
filter=true;
}
@ivars {
id delegate;
}
@methodsdecl {
- (void) setDelegate:(id)theDelegate;
}
@methods {
- (void) setDelegate:(id)theDelega
actiontranslator.g
/*
[The "BSD licence"]
Copyright (c) 2005-2006 Terence Parr
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the
codegen.g
header {
/*
[The "BSD licence"]
Copyright (c) 2005-2006 Terence Parr
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided
define.g
header {
/*
[The "BSD licence"]
Copyright (c) 2005-2006 Terence Parr
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided
buildnfa.g
header {
/*
[The "BSD licence"]
Copyright (c) 2005-2006 Terence Parr
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided
antlr.g
header {
/*
[The "BSD licence"]
Copyright (c) 2005-2006 Terence Parr
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided
g.rec
UTAH EARTHQUAKE EPICENTERS
UUCCSEIS
UTAH GEOLOGICAL AND MINERAL SURVEY
APPALACHIAN VALLEY; EARTHQUAKE; EPI
g.abs
# Slight modification of gils.abs with errors!
# $Id: g.abs,v 1.1 2003/09/16 12:18:25 adam Exp $
name gils
reference GILS-schema
attset gils.att
tagset bad.tag
varset var1.var
maptab gils-usmarc.map
groovy.g
// Note: Please don't use physical tabs. Logical tabs for indent are width 4.
header {
package org.codehaus.groovy.antlr.parser;
import org.codehaus.groovy.antlr.*;
import java.util.*;
import java.io
g.bat
javac *.java
java Compiler