Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!lll-lcc!pyramid!voder!apple!lenoil From: lenoil@apple.UUCP Newsgroups: comp.lang.c Subject: Re: YACC/LEX Grammars for C Message-ID: <6167@apple.UUCP> Date: Tue, 8-Sep-87 01:17:58 EDT Article-I.D.: apple.6167 Posted: Tue Sep 8 01:17:58 1987 Date-Received: Wed, 9-Sep-87 01:43:50 EDT References: <25@umn-d-ub.D.UMN.EDU> Reply-To: lenoil@apple.UUCP (Robert Lenoil) Organization: Apple Computer Inc., Cupertino, USA Lines: 7 In article <25@umn-d-ub.D.UMN.EDU> jwabik@umn-d-ub.D.UMN.EDU (Jeff Wabik) asks: >Can anyone tell me where I can get YACC and LEX grammars for "C"? Free >would be nice, but a for a fee is fine, too .. 8^) C: A Reference Manual, by Harbison & Steele contains a LALR(1) grammar for C, which you should be able to use for YACC. Published by Prentice-Hall. Aside from the grammar, it also is an excellent manual, in my opinion superior to K&R.