Ask a Question related to AIX, Design and Development.
-
-
Recommendation: translating a Unix YACC-based program
I'd appreciate suggestions on sensible ways to proceed: I have an old Unix program written in C, much of which was a YACC grammar. I'm going to do... -
searching lex & yacc for foxPro
please ,can someone help me : i want a lex & yacc for generating parser for the programming language foxPro. thanks for all -- Posted via... -
YACC-LEX parsing overflow
Alvaro Puente wrote: What does it say if you enter 'limit' at your commandline? Perhaps your stacksize limit is set too low and the bison code... -
lex+yacc parser for HTTP
Hi all. I need to write a HTTP server for a school assignment, and decided to structure it in the most trivial way possible, i.e. forking on client... -
Andreas Schulze #2
Re: yacc
man which_fileset
"Nenad" <nskrijelj@yahoo.com> schrieb im Newsbeitrag
news:bj9t6j$2e$1@balder.stud.idb.hist.no...> What package on AIX 4.3.3 contains yacc ?
>
>
Andreas Schulze Guest
-
Stefan Llabres #3
Re: yacc
Nenad wrote:
yacc is in "bos.adt.utils"> What package on AIX 4.3.3 contains yacc ?
>
>
Bye, Stefan... . .
Stefan Llabres Guest
-
sunsoftmohan@gmail.com #4
Re: yacc
global{
verb
test
rl0
rand (or) rand =0 [Two cases]
}
thread{
frac_value = (0.2,(0.1,0.5))
random_thread
}
OUTPUT should be this:
If i give the above input to lex and yacc, based upon the checking of [ rand (or) rand=0 ]
if it is "rand", then it should print as " verb test rl0 rand frac_value:L=0.1 frac_value:H=0.5"
if it is "rand=0", then it should print as " verb test rl0 rand=0 frac_value=0.2".
For this could someone please tell me how to write a lex and yacc program.sunsoftmohan@gmail.com Guest



Reply With Quote

