home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 57 / af057sub.adf / ISL_2_0.lha / islobjs.doc < prev    next >
Text File  |  1993-10-18  |  717b  |  19 lines

  1. islobjs.doc - Copyright (c) 1993 Grizzly Bear Labs, last modified 10-18-93
  2.  
  3. islobjs is a new program added to the ISL package as of version 2.0.  It's
  4. purpose in life is to parse an ASCII stage and produce a list of the objects
  5. used therein.  It doesn't work on binary stages.  If you have a binary stage,
  6. probably something called 'staging', use destage to convert it to ASCII before
  7. using islobjs on it.
  8.  
  9. The usage for islobjs is simple:
  10.  
  11.     islobjs asciistage
  12.  
  13. This will emit a list of the objects referenced in the input stage.
  14.  
  15. The advantage of using islobjs instead of hacking up your own little C, AREXX,
  16. or Basic program to list the objects is that islobjs can handle the whole ISL
  17. grammar, just like restage.
  18.  
  19.