From owner-freebsd-hackers Wed Nov 27 18:46:39 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA00297 for hackers-outgoing; Wed, 27 Nov 1996 18:46:39 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id SAA00291 for ; Wed, 27 Nov 1996 18:46:37 -0800 (PST) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.8.3/8.6.9) with ESMTP id SAA11592; Wed, 27 Nov 1996 18:45:49 -0800 (PST) To: Terry Lambert cc: hackers@freebsd.org Subject: Re: Lex/Yacc question In-reply-to: Your message of "Wed, 27 Nov 1996 17:34:04 MST." <199611280034.RAA29529@phaeton.artisoft.com> Date: Wed, 27 Nov 1996 18:45:49 -0800 Message-ID: <11590.849149149@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > PS: Why isn't there a Lex or Yacc FAQ? Because they both have more than ample manuals in the 4.4 doc set? I dunno - I never really saw a need for FAQs, and I've written quite a few parsers (including the entire parser for an ANSI C interpreter I wrote a few years back). It's very straight-forward to use both tools if you understand the basics of parser operation, and if you don't think you probably don't really need to use Lex and Yacc anyway. ;-) Jordan