home *** CD-ROM | disk | FTP | other *** search
/ Graphics 16,000 / graphics-16000.iso / msdos / animutil / pvquan / animdat / readme.doc < prev    next >
Text File  |  1992-07-22  |  2KB  |  45 lines

  1.             ANIMDAT 1.1            Todd Sankey
  2.  
  3.   The source code for ANIMDAT is provided for use, modification,
  4. education, etc. The author retains the rights to this project, however,
  5. and simply asks that any significant changes or improvements
  6. be reported to him. This software is supplied free by the author and
  7. no other party shall charge for it. In addition, this package can
  8. be freely distributed, but all parts must be included and credit
  9. must be given to the author for use.
  10.  
  11.   Parts of the source code, in particular the scanner module, are
  12. based heavily on the book Writing Compilers and Interpreters: An
  13. Applied Approach by Ronald Mak, copyright 1991 published by John
  14. Wiley and Sons.
  15.  
  16.   Included files:
  17. README.DOC -     This file, silly.
  18. ANIMDAT.DOC -    A brief description on how to use ANIMDAT.
  19. COMMON.H -    Global variables used in all modules.
  20. ERROR.H -    Header for standardized method of error handling.
  21. ERROR.C -    Routine for identifying and locating errors.
  22. SCANNER.H -    Prototypes for interfacing with scanner module.
  23. SCANNER.C -    Code for tokenizing a text buffer.
  24. BTREE.H -    Prototypes for creating and evaluating mathematical expressions.
  25. BTREE.C -    Code to create and traverse binary trees.
  26. SYMTAB.H -    Symbol table interface.
  27. SYMTAB.C -    Code for maintaining a symbol table
  28. ANIMDAT.C -    Main program file.
  29. ANIMDAT.EXE -    A compiled copy. Should work on any PC.
  30. BBALL.DAT -    Template file for creating animation of a bouncing ball.
  31. BBALL.VAR -    Variable definition file for bouncing ball.
  32. MAKEFILE -    Project makefile compatible with Borland C++ 2.0
  33.  
  34.   The source was compiles using Borland C++ 2.0. I have included the
  35. makefile for people with compatible compilers. All you should have to
  36. do is change the name of the compiler executable ( 'bcc' for the author )
  37. in the makefile and choose the appropriate flags.
  38.  
  39.   If you have any problems, question, suggestion, or comments please
  40. contact the author at sankey@unixg.ubc.ca .
  41.  
  42.  
  43.                     Todd Sankey
  44.                     sankey@unixg.ubc.ca
  45.