代码搜索:simplec
找到约 51 项符合「simplec」的源代码
代码结果 51
www.eeworm.com/read/338546/3315066
g simplec.g
grammar SimpleC;
options {
output=AST;
language=ObjC;
}
tokens {
VAR_DEF;
ARG_DEF;
FUNC_HDR;
FUNC_DECL;
FUNC_DEF;
BLOCK;
}
program
: declaration+
;
declara
www.eeworm.com/read/338546/3315071
gl simplec__.gl
lexer grammar SimpleC;
options {
language=ObjC;
}
T21 : ';' ;
T22 : '(' ;
T23 : ',' ;
T24 : ')' ;
T25 : '{' ;
T26 : '}' ;
// $ANTLR src "SimpleC.g" 91
FOR : 'for' ;
// $ANTLR src "SimpleC.g" 92
I
www.eeworm.com/read/338546/3315072
tokens simplec.tokens
FUNC_DEF=8
WS=20
CHAR=15
EQ=11
FUNC_HDR=6
LT=18
ARG_DEF=5
EQEQ=17
BLOCK=9
INT=12
VOID=16
FOR=13
PLUS=19
FUNC_DECL=7
INT_TYPE=14
VAR_DEF=4
ID=10
'
www.eeworm.com/read/338546/3315231
g simplec.g
grammar SimpleC;
options {
language = Python;
}
program
: declaration+
;
/** In this rule, the functionHeader left prefix on the last two
* alternatives is not LL(k) for a fixed k.
www.eeworm.com/read/338546/3315253
g simplec.g
grammar SimpleC;
options {
language=Python;
output=AST;
}
tokens {
VAR_DEF;
ARG_DEF;
FUNC_HDR;
FUNC_DECL;
FUNC_DEF;
BLOCK;
}
program
: declaration+
;
decla
www.eeworm.com/read/338546/3315256
py simplec.py
import sys
import antlr3
import antlr3.tree
from SimpleCLexer import SimpleCLexer
from SimpleCParser import SimpleCParser
from SimpleCWalker import SimpleCWalker
cStream = antlr3.StringStream(open(sy
www.eeworm.com/read/252403/4405206
dsp simplec.dsp
# Microsoft Developer Studio Project File - Name="simpleC" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) C
www.eeworm.com/read/173333/9662262
txt simplec.txt
/******************************************
*
* @projects A Simple C code
* @date 2006-09-20
* @description 演示程序规范
* @author YCX
*
*
***************************
www.eeworm.com/read/266403/11227036
cpp simplec.cpp
#include "comprlib.h"
int main()
{
ComprLibFileIO::Set();
ComprLibFileIO::source_file = stdin;
ComprLibFileIO::dest_file = stdout;
lzss_encode();
}
www.eeworm.com/read/136989/5830379
bor makefile.bor
# Makefile.bor,v 1.3 2003/12/23 21:20:18 dhinton Exp
#
# Makefile for building the ORB_init Portscan test
#
NAME = server
TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1