From owner-freebsd-questions Thu Dec 14 09:45:36 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA20154 for questions-outgoing; Thu, 14 Dec 1995 09:45:36 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA20141 for ; Thu, 14 Dec 1995 09:45:34 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id KAA02120; Thu, 14 Dec 1995 10:43:40 -0700 From: Terry Lambert Message-Id: <199512141743.KAA02120@phaeton.artisoft.com> Subject: Re: FreeBSD Lex or Flex? To: fd11@dial.pipex.com (Narinder Singh) Date: Thu, 14 Dec 1995 10:43:40 -0700 (MST) Cc: questions@freebsd.org In-Reply-To: from "Narinder Singh" at Dec 14, 95 08:36:32 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org Precedence: bulk > Does FreeBSD provide Lex or Flex? It provides the GNU toolset, which includes Flex. It calls it "lex". I'm not sure whether this automatically implies "-l", the Lex "maximum compatability" flag... I think it does. The man page is under "lex", but says "flex". Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.