From owner-freebsd-hackers Wed Nov 27 16:50:10 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA26101 for hackers-outgoing; Wed, 27 Nov 1996 16:50:10 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id QAA26095 for ; Wed, 27 Nov 1996 16:50:08 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id RAA29529 for hackers@freebsd.org; Wed, 27 Nov 1996 17:34:04 -0700 From: Terry Lambert Message-Id: <199611280034.RAA29529@phaeton.artisoft.com> Subject: Lex/Yacc question To: hackers@freebsd.org Date: Wed, 27 Nov 1996 17:34:04 -0700 (MST) X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Well, since I'm here anyway... What would be a Lex/Yacc program for handling statements like: echo This is an undelimited yytext[] to my eol to pass to echo() ??? PS: Why isn't there a Lex or Yacc FAQ? Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.