代码搜索结果
找到约 10,000 项符合
R 的代码
par_r.txt
(a,(a,a))#
ok
par_r.txt
step 状态栈 符号栈 输入符号
0) 0 # i
1) 05 #i *
2) 03 #F *
3) 02 #T *
4) 027 #T* i
5) 0275 #T*i +
6) 02710 #T*F +
7) 02 #T +
8) 01 #E +
9) 016 #E+ i
10) 0165 #E+i #
11) 0163 #E+F #
12) 0169 #E+T #
lex_r.txt
i a
* nul
i b
+ nul
i c
# nul
r5200.h
/*
* Configuation settings for the R5200 board
*
* (C) Copyright 2006 Lab X Technologies
* Based on Motorola MC5272C3 board config
* (C) Copyright 2003 Josef
r5200.c
/*
* (C) Copyright 2000-2003
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software
time_r.po
# dummy
getlogin_r.po
# dummy
ss6r
.SH
Section 6<mark>R</mark>: The <mark>R</mark>atfo<mark>r</mark> Language Yacc Envi<mark>r</mark>onment
.PP
Fo<mark>r</mark> <mark>r</mark>easons of po<mark>r</mark>tability o<mark>r</mark> compatibility with existing
softwa<mark>r</mark>e, it may be desi<mark>r</mark>ed to use Yacc to gene<mark>r</mark>ate pa<mark>r</mark>se<mark>r</mark>s
in <mark>R</mark>atfo<mark>r</mark>, o<mark>r</mark>, by ...
r1.c
#include "r.h"
char scrat[500];
int brkptr -1;
int brkstk[10];
int forptr 0;
int forstk[10];
repcode() {
outcont(0);
yyval = genlab();
outcont(yyval);
brkstk[++brkptr] = yyval+1;
genlab();
ge
r2.c
#include "r.h"
char outbuf[80];
int outp 0;
int cont 0;
outcode(p) char *p; {
int i,j,c,c1;
char *q;
if( p == 0 ){
outbuf[outp] = '\0';
printf("%s\n", outbuf);
outp = cont = 0;
return;
}