home *** CD-ROM | disk | FTP | other *** search
- This ZIP file contains an example of how to use BISON and LEX to
- create your own language. Also it shows how to do this using C++
- code. 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 file
- replace some of the files in the BISON and FLEX (BISON is on this
- disk, FLEX is on disk #5) 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.
-
-
- I hope this code works as well for you as it does for me.
-
- - Tim Capps [76347,35]