home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / Icon 8.1 / mep1 / Samples / Programs / README < prev    next >
Encoding:
Text File  |  1989-05-09  |  1.1 KB  |  23 lines  |  [TEXT/PICN]

  1. The sample programs here are designed to introduce you to ProIcon.
  2. Documentation describing the programs is contained in comments at the
  3. beginning of each file.
  4.  
  5. Some of the programs are short text-processing utilities. If you're new to
  6. ProIcon, read through them to see how easy it is to write such tools.
  7.  
  8. Also included is a somewhat larger program, "rsg.icn", that generates
  9. randomly selected sentences from a grammar that is provided from standard
  10. input. There are two sample grammars in the "Data" folder. You may find
  11. this program useful in learning how to redirect standard input and output
  12. and how to use options provided by a parameter string.
  13.  
  14. The program "parens.icn" also provides a good exercise in using parameter
  15. strings.
  16.  
  17. In addition to complete programs, there are two files, "getopt.icn" and
  18. "shuffle.icn", that contain useful library procedures. Pre-compiled
  19. intermediate files are included for these, although you may want to
  20. re-compile them to learn how to build libraries.
  21.  
  22. All of the programs here could benefit from extensions. That's a good way to
  23. get started with ProIcon.