home *** CD-ROM | disk | FTP | other *** search
- I pulled this off of USENET (comp.source.unix) just after it came out.
- Most of the trouble I had in porting it was fixing BISON so that it would
- generate Aztec-compatible code, and most of that was in GNU.LIB (the realloc()
- function, which is not in the Aztec C library, although it is in their docs!).
- I later picked up two patch files for FLEX (patch.1 and patch.2), but did not
- install them, although I have included them in :flex/doc.
-
- The major modification I made to FLEX was to allow the skeleton files to be
- specified in the environment in the same manner as BISON.
-
- Note that I used both BISON and FLEX to generate FLEX, so that it can at least
- generate itself! The scan.l file generates identical code to scan.c.dist.
-
-
- Scott Henry
- 302 Easy st, apt 31
- Mountain View, CA 94043
-
- scott_henry@cup.portal.com
-