Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!pacbell.com!ucsd!ucrmath!rhyde From: rhyde@ucrmath.ucr.edu (randy hyde) Newsgroups: comp.sys.apple2 Subject: Re: status of TeX (for randy hyde) Message-ID: <14385@ucrmath.ucr.edu> Date: 13 May 91 15:41:32 GMT References: <3521@kluge.fiu.edu> <16110@smoke.brl.mil> Organization: University of California, Riverside Lines: 16 >>>> He also challenged me to port yacc or bison to ORCA/C, which I declined. Ironically, just after that I discovered a port of bison to ORCA/C posted on AOL. (Hyde was implying that it would be hard to port applications such as these.) <<<< Nothing ironic about it. I knew about these ports. They don't work too well because of memory allocation problems on the GS (my understanding is that the BISON program only handles small grammars). As an experience in porting it was probably fun, sorta like porting MINIX would be. But as a real product, I feel it falls short. For now I just run FLEX and BISON on my PC and port the emitted C code to the GS (which is probably a faster approach anyway). *** Randy Hyde The fact that someone has done it doesn't mean it was easy...