home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 6 File / 06-File.zip / nortutil.zip / chef.txt < prev    next >
Text File  |  1996-08-30  |  491b  |  15 lines

  1. /* chef.x - convert English on stdin to Mock Swedish on stdout
  2.  *
  3.  * The WC definition matches any word character, and the NW definition matches
  4.  * any non-word character.  Two start conditions are maintained: INW (in word)
  5.  * and NIW (not in word).  The first rule passes TeX commands without change.
  6.  *
  7.  * HISTORY
  8.  *
  9.  * Apr 26, 1993; John Hagerman: Added ! and ? to the Bork Bork Bork rule.
  10.  *
  11.  * Apr 15, 1992; John Hagerman: Created.
  12.  */
  13. usage:
  14.     chef <InputFile >OutputFile
  15.