Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!mcnc!kenkel From: kenkel@mcnc.UUCP (Stephen Kenkel) Newsgroups: comp.lang.fortran Subject: lex and ratfor Message-ID: <2133@alvin.mcnc.UUCP> Date: Tue, 17-Mar-87 16:44:48 EST Article-I.D.: alvin.2133 Posted: Tue Mar 17 16:44:48 1987 Date-Received: Thu, 19-Mar-87 01:22:44 EST Organization: Microelectronics Center of NC; RTP, NC Lines: 11 Keywords: lex, ratfor, f77, help Has anyone gotten lex working with ratfor? The documentation claims that -r produced ratfor output. A quick try looks unpromising, lex is generating things like yylval.ival which ratfor cannot understand. Is there an older version of lex around for which the -r option works? (The application is a program which MUST be written in FORTRAN, and needs a decent parser) Any help will be appreciated.