home *** CD-ROM | disk | FTP | other *** search
- This ZIP file contains an example of how to use BISON and LEX. As an added
- bonus, it also shows how to use C++ statements as well as C. Some changes
- had to be made to BISON and FLEX files to make this stuff compile under C++.
- To preserve the integrity of BISON and FLEX, these are provided separately.
- The files in this archive replace some of the files in the BISON and FLEX
- releases.
-
- The stuff in COM.ZIP replaces some of the flex/bison files. It makes it
- work in C++ mode.
-
- You need to make two directories:
-
- \LIB should contain:
- FLEX.SKL
- FLEX.FST
- FSKELCOM.H
- FSKELDEF.H
-
- \TMP should contain nothing, but must exist for temporary files.
-
- The BISON and FLEX I refer to in this document were uploaded to CIS
- at the same time this archive was uploaded. If you are in doubt as to
- whether or not you have the correct BISON and FLEX, send me E-MAIL and
- we'll figure it out.
-
- I hope this code works as well for you as it does for me.
-
- - Tim Capps [76347,35]
-