From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: tuhs-bounces@minnie.tuhs.org X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.1 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id edaeae41 for ; Tue, 14 Aug 2018 07:50:18 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id EE0AF9EAC5; Tue, 14 Aug 2018 17:50:16 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 22F099E2B6; Tue, 14 Aug 2018 17:49:54 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 8EC219E2B6; Tue, 14 Aug 2018 17:49:51 +1000 (AEST) Received: from freefriends.org (freefriends.org [96.88.95.60]) by minnie.tuhs.org (Postfix) with ESMTP id 29E739E27E for ; Tue, 14 Aug 2018 17:49:51 +1000 (AEST) X-Envelope-From: arnold@skeeve.com Received: from freefriends.org (localhost [127.0.0.1]) by freefriends.org (8.14.9/8.14.9) with ESMTP id w7E7f4lh029807; Tue, 14 Aug 2018 01:41:04 -0600 Received: (from arnold@localhost) by freefriends.org (8.14.9/8.14.9/submit) id w7E7f1g8029806; Tue, 14 Aug 2018 07:41:01 GMT From: arnold@skeeve.com Message-Id: <201808140741.w7E7f1g8029806@freefriends.org> X-Authentication-Warning: frenzy.freefriends.org: arnold set sender to arnold@skeeve.com using -f Date: Tue, 14 Aug 2018 01:41:01 -0600 To: tuhs@tuhs.org, ron@ronnatalie.com, arnold@skeeve.com References: <201808131906.w7DJ6bAw005597@skeeve.com> <08bd01d4333f$d4dfa5d0$7e9ef170$@ronnatalie.com> In-Reply-To: <08bd01d4333f$d4dfa5d0$7e9ef170$@ronnatalie.com> User-Agent: Heirloom mailx 12.4 7/29/08 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [TUHS] Can anyone point me to source for a lex that works on Linux? X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" I am looking specifically for Unix lex; I have some old code that assumes some knowlede of lex internals. I will try the Heirloom Toolchest version that was mentioned in another message. Thanks to you and everyone who replied, Arnold wrote: > Does it have to be UNIX lex or will the GNU Flex work for you (that's what > most of the LINUX stuff uses)? > > > -----Original Message----- > From: TUHS On Behalf Of Arnold Robbins > Sent: Monday, August 13, 2018 3:07 PM > To: tuhs@tuhs.org > Subject: [TUHS] Can anyone point me to source for a lex that works on Linux? > > Hi. > > Can anyone point me to source for Unix lex that can be compiled and works on > Linux? I've tried in the past to make V7 lex work and failed. > > Thanks, > > Arnold