home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 November / Chip_1998-11_cd.bin / zkuste / pascal / refer / PASCRF22.ZIP / PASCREF.TXT < prev   
Text File  |  1996-12-26  |  1KB  |  35 lines

  1. PASCREF : Pascal Cross-Reference generator
  2.  
  3. Title   : PASCREF
  4. Version : 2.2
  5. Date    : Dec 26,1996
  6. Author  : J R Ferguson
  7. Download: http://www.xs4all.nl/~ferguson
  8. E-mail  : j.r.ferguson@iname.com
  9.  
  10. This program may be used and copied freely without  charge,  but  only  for
  11. non-commercial  purposes.  The  author is not responsible for any damage or
  12. loss of data that may be caused by using it.
  13.  
  14.  
  15. usage   : PASCREF inpfile [outfile] [/option[...] [...]]
  16. defaults: inpfile type = .PAS
  17.           outfile name = inpfile name
  18.                   type = .CRF
  19.  
  20. options : s[+] or s-, where switch s is one of the following:
  21.  
  22.    switch  default  meaning
  23.    ------  -------  ---------------------------------
  24.      C        -     case sensitive identifier-parsing
  25.      L        +     line reference numbers
  26.      O        -     occurrence count
  27.      P        +     page formattting
  28.      R        -     include reserved words
  29.      S        -     include standard identifiers
  30.  
  31. remarks : - No recognition of scope
  32.           - No recognition of declaration vs. reference
  33.           - With the /C option a ">" warns for an identifier
  34.             matching the previous one in uppercase
  35.