home *** CD-ROM | disk | FTP | other *** search
/ Photo CD Demo 1 / Demo.bin / graphtal / readme < prev    next >
Text File  |  1992-11-03  |  966b  |  31 lines

  1. Documentation
  2.  
  3. Documentation for the program is found in graphtal.1 in 
  4. [nt]roff form (process with the -man macros), and in graphtal.cat
  5. in lineprinter form.
  6.  
  7. Porting
  8.  
  9. The code has been compiled and tested using AT&T C++ 2.0, AT&T 3.0,
  10. Sun C++ 2.1, Sun C++ 3.0 on Sun Sparc Stations, with AT&T C++ 2.0
  11. on IBM RS/6000 and with DEC C++ 1.0 on a DEC Station running ultrix.
  12.  
  13. The program does not compile with g++ 2.2.2 (internal compiler error).
  14.  
  15. To generate the parser and lexical analyser you will need the compiler
  16. tools bison and flex.
  17.  
  18. Examples
  19.  
  20. See the example directory for more information on the language used
  21. in graphtal. Some of them are drawn from the book:
  22. The Algorithmic Beauty of Plants by P. Prusinkiewicz and A. Lindenmayer
  23. (Springer Verlag).
  24.  
  25. Please send bugs (accompanied by L-systems causing them),
  26. interesting L-systems for inclusion in the release, enhancements,
  27. and suggestions to the author via email.
  28.  
  29. Christoph Streit (streit@iam.unibe.ch)
  30.  
  31.