代码搜索:SIMPLEC
找到约 51 项符合「SIMPLEC」的源代码
代码结果 51
www.eeworm.com/read/183674/5252911
g simplectp.g
tree grammar SimpleCTP;
options {
tokenVocab=SimpleC;
language=ObjC;
ASTLabelType=ANTLRCommonTree;
}
program
: declaration+
;
declaration
: variable
| ^(FUNC_DECL functio
www.eeworm.com/read/338546/3315062
gtp simplectp.gtp
tree grammar SimpleCTP;
options {
tokenVocab=SimpleC;
language=ObjC;
ASTLabelType=ANTLRCommonTree;
}
program
: declaration+
;
declaration
: variable
| ^(FUNC_DECL functio
www.eeworm.com/read/453443/7420566
h simplecontrol.h
/**
@file
Interface of a generic (base) control.
*/
#if !defined _SIMPLECONTROL_H_
#define _SIMPLECONTROL_H_
#include
#include "Tools.h"
namespace Win
{
/**
SimpleC
www.eeworm.com/read/197029/5098158
java linkedlistcaculator.java
package psp0_1;
import java.util.LinkedList;
/**
* concrete caculator,using LinkedList to hold the data
* @author qian
* 2006 9/12
*/
public class LinkedListCaculator implements SimpleC
www.eeworm.com/read/338546/3315052
m simpleclexer.m
// $ANTLR 3.0b6 SimpleC.g 2007-02-01 01:27:57
#import "SimpleCLexer.h"
#pragma mark Cyclic DFAs
/** As per Terence: No returns for lexer rules!
#pragma mark Rule return scopes start
#pragma mark Rul
www.eeworm.com/read/338546/3315064
m simpleclexer.m
// $ANTLR 3.0b6 SimpleC.g 2007-02-01 01:28:02
#import "SimpleCLexer.h"
#pragma mark Cyclic DFAs
/** As per Terence: No returns for lexer rules!
#pragma mark Rule return scopes start
#pragma mark Rul
www.eeworm.com/read/183674/5252905
m simpleclexer.m
// $ANTLR 3.0b5 /Users/kroepke/Projects/antlr3/code/antlr/main/lib/ObjC/Framework/examples/simplecTreeParser/SimpleC.g 2006-11-12 20:37:40
#import "SimpleCLexer.h"
#pragma mark Cyclic DFAs
/** As pe
www.eeworm.com/read/183674/5252916
m simplecparser.m
// $ANTLR 3.0b5 /Users/kroepke/Projects/antlr3/code/antlr/main/lib/ObjC/Framework/examples/simplecTreeParser/SimpleC.g 2006-11-12 20:37:38
#import "SimpleCParser.h"
#import
#pragma
www.eeworm.com/read/183674/5252896
m simpleclexer.m
// $ANTLR 3.0b5 /Users/kroepke/Projects/antlr3/code/antlr/main/lib/ObjC/Framework/examples/LL-star/SimpleC.g 2006-11-12 21:48:44
#import "SimpleCLexer.h"
#pragma mark Cyclic DFAs
/** As per Terence: