home *** CD-ROM | disk | FTP | other *** search
-
-
- FLex ver 2.3.7 for Commodore Amiga.
-
- This patch for Amiga, was made by Anders Hybertz
-
- ------------------------------------------------------------------------------
-
- This version of Flex, is for Commodore Amiga. I have changed as few
- things as possible. You can find the changes in the source code, if you
- searches the files for <#ifdef AMIGA>. It's compiled under SAS-C 5.1.
-
- ------------------------------------------------------------------------------
-
- How to make Flex run on you system:
-
-
- - If you have a 68030 you can just copy flex.skel to <s:>
- and the binary FLex.030, where you want it.
-
- - If you have a 68000 you can just copy flex.skel to <s:>
- and the binary FLex.000, where you want it.
-
-
- - If you want to have a 68020 version, you must compile FLex again.
- In the source directory you will find the Makefile, who
- does the job for you. The Makefile was generated by MkMkake,
- a tool (made by me), that generates Makefiles automatically.
- What you have to change is the <-m3> option. If you write
- <-m2>, you get code for 68020.
-
- - As a test, try FLex on the file <scan.l>. This file is the
- lexical scanner, that FLex use, written in FLex. To do this
- write from CLI: > Flex -is8 scan.l
-
- FLex then generates the file <lex.yy.c>, if you can compile
- this file with you c-compiler, you is home.
-
- - The Manual for FLex is in the <man> directory. Where else ?
-
- - When you compile FLex, make sure you have the Bison or Yacc
- compiler.
-
- - FLex will only start from CLI.
-
- ------------------------------------------------------------------------------
-
- READ THIS:
-
- - Before you start generate a lot of code, please read the
- COPYING file.
-
- - This distribution of FLex is not written by me, I only
- changed it to run on Commodore Amiga.
-
- ------------------------------------------------------------------------------
-
- WHERE TO FIND ME:
-
- - If you have any problems whit FLex, please let me now.
- I can be reached on:
-
-
- InterNet: jeckyl@imada.ou.dk
-
- ------------------------------------------------------------------------------