README.AMIGA 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. Bison ver 1.16 for Commodore Amiga.
  2. This patch for Amiga, was made by Anders Hybertz
  3. ------------------------------------------------------------------------------
  4. This version of Bison, is for Commodore Amiga. I have changed as few
  5. things as possible. You can find the changes in the source code, if you
  6. searches the files for <#ifdef AMIGA>. It's compiled under SAS-C 5.1.
  7. ------------------------------------------------------------------------------
  8. How to make Bison run on you system:
  9. - If you have a 68030 you can just copy
  10. bison.simple to <s:>
  11. bison.hairy to <s:>
  12. and the binary Bison.030, where you want it.
  13. - If you have a 68000 you can just copy
  14. bison.simple to <s:>
  15. bison.hairy to <s:>
  16. and the binary Bison.000, where you want it.
  17. - If you want to have a 68020 version, you must compile Bison again.
  18. In the source directory you will find the Makefile, who
  19. does the job for you. The Makefile was generated by MkMkake,
  20. a tool (made by me), that generates Makefiles automatically.
  21. What you have to change is the <-m3> option. If you write
  22. <-m2>, you get code for 68020.
  23. - As a test, try Bison on the file <test:calc.y>. This file is a
  24. simple calculator. To do this write from CLI:
  25. > Bison -d calc.y
  26. Bison then generates the file <yy.tab.c>, if you can compile
  27. this file with you c-compiler, and run it, you is home.
  28. - The Manual for Bison is in the <man> directory. Where else ?
  29. Also included, the TeX and dvi files.
  30. - Bison will only start from CLI.
  31. ------------------------------------------------------------------------------
  32. READ THIS:
  33. - Before you start generate a lot of code, please read the
  34. COPYING file.
  35. - This distribution of Bison is not written by me, I only
  36. changed it to run on Commodore Amiga.
  37. ------------------------------------------------------------------------------
  38. WHERE TO FIND ME:
  39. - If you have any problems whit Bison, please let me now.
  40. I can be reached on:
  41. InterNet: jeckyl@imada.ou.dk
  42. ------------------------------------------------------------------------------