Flex and bison for C++

johnl (John R. Levine)
Tue, 6 Jul 1993 21:46:41 GMT

          From comp.compilers

Related articles
Flex and bison for C++ johnl (1993-07-06)
| List of all articles for this month |

Newsgroups: comp.compilers
From: johnl (John R. Levine)
Keywords: tools, flex, yacc, C++, FTP
Organization: Compilers Central
Date: Tue, 6 Jul 1993 21:46:41 GMT

Alain Coetmeur <coetmeur@icdc.fr> has sent along versions of flex and bison
modified to create C++ classes for the lexers and parsers it generates.
The documentation is fairly complete. (The doc is in English, the comments
in the new or changed code are in French.)


The files are in gzip format for FTP at iecc.com:pub/file.


    -rw-rw-rw- 1 256102 Jul 6 17:39 bison++.tar.gz
    -rw-rw-rw- 1 223701 Jul 6 17:39 flex++.tar.gz
    -rw-rw-rw- 1 25718 Jul 6 17:39 misc++.tar.gz


The misc file contains some sample code and the source to a program called
dman used to create the man pages. These are too big for the mail server.
If someone wanted to create diffs from the standard versions of flex and
bison, those would probably be small enough to mail.
--
Regards,
John Levine, comp.compilers moderator


--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.