home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / forth / compiler / fpc / index.cfg < prev    next >
Text File  |  1991-04-16  |  732b  |  23 lines

  1. SPECS *.SEQ             ; index compiler specs.
  2. GLOBAL \                ; global index, strt with . (cur) dir.
  3. AFTER 0                 ; start looking after column 0
  4. BEFORE 132              ; stop looking at column 132
  5. LINEMAX 132             \ limit line length (for .BLK use LINEMAX 64)
  6. STOPAT \                ; stop looking when ";" found
  7. TABX ON                 ; files being indexed contain tabs   ON|OFF
  8. TYPE 0 "°"              ; index compiler command
  9. TYPE 0 ":: "
  10. TYPE 0 ": "
  11. TYPE 0 "CODE "
  12. TYPE 0 "CREATE "
  13. TYPE 0 "CONSTANT "
  14. TYPE 0 "VARIABLE "
  15. TYPE 0 "VALUE "
  16. TYPE 0 "ARRAY "
  17. TYPE 0 "MACRO "
  18. TYPE 0 "ICODE "
  19. TYPE 0 "IMACRO "
  20. TYPE 0 "M: "
  21. ;                       ; stop looking at file on this line
  22.  
  23.