Path: utzoo!utgpu!water!watmath!clyde!att-cb!ihnp4!inuxc!iuvax!silver!backstro From: backstro@silver.bacs.indiana.edu (Dave White) Newsgroups: comp.sys.ibm.pc Subject: Re: LEX/YACC for IBM/PC ? Summary: YACC there (small model), LEX there. Message-ID: <966@silver.bacs.indiana.edu> Date: 22 Feb 88 05:23:03 GMT References: <736@agora.UUCP> Reply-To: backstro@silver.UUCP (Dave White) Distribution: na Organization: Indiana University BACS, Bloomington Lines: 27 In article <736@agora.UUCP> qintar@agora.UUCP (Jim Seymour) writes, looking for public domain YACC and LEX for the PC. > > > -Jim Seymour ...tektronix!reed!percival!agora!qintar > ================================================================= > Cipher Systems, Inc. USMail: > P.O. Box 329 1308 S.E. Division > North Plains, OR 97133 Portland, OR 97202 No *public domain* stuff is out there, but there are free-use utilities available: The Austin Code Works sells source to Bison, Prep, and Charles Forsyth's ancient version of Lex. UNIX BISON source exists, and is available via ftp from prep; a PC port under Microsoft C 4.0 is available with source from the PCSI BBS in New York (212-529-0498). This port is SMALL MODEL -- 64K code, 64K data; I fed it the C grammar from the back of Harbison and Steele, first edition, which overtaxed its space. I haven't gotten BISON to work under large model with Turbo C... (boy, have I tried... I will have to beat on it some more :-) Beta for another, much more ambitious LEX rewrite has just been made available via ftp in UNIX source by vern@lbl-{csam,rtsh}.arpa -- he has MS-DOS diffs available, but won't be answering mail until the 27th.