home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d0xx / d079 / m2error.lha / M2Error / readme.1st < prev   
Encoding:
Text File  |  1987-06-04  |  1.6 KB  |  49 lines

  1. M2ERROR
  2. -------
  3.  
  4.     The program M2ERROR can be used to display compile errors
  5. produced by the TDI Modula-2 compiler. This program is somewhat
  6. similar to the M2ERROR that was supplied with previous versions
  7. of the compiler. I like to use this program, because I don't like
  8. being forced into using TDI's editor.
  9.  
  10.     To use the program just copy the excutable into your
  11. C directory. The program can also be made resident, as it is
  12. re-entrant. The format of the command is:
  13.  
  14.     M2ERROR <input-file> <output-file>
  15.  
  16. <input-file> is the name of the module which was compiled with
  17. errors. If no extension is specified with the file name then
  18. ".MOD" is assumed. 
  19.  
  20. <output-file> is optional. If specified, all the errors will be
  21. written to that file.
  22.  
  23. The output is self-explanatory (I know famous last words!).
  24.  
  25.     By the way, the reason that the executable file for
  26. M2ERROR is so big, is that the actual error strings are included
  27. in the program. These were extracted from SYNTAX.IND file, found
  28. in your M2 directory. This means, that the disk with M2 directory
  29. can be removed while you're looking at the errors.
  30.  
  31. =============================================================
  32.       ***** NOTICE ***** NOTICE ****** NOTICE *****
  33.  
  34.     This program is PUBLIC DOMAIN. It should be distributed
  35. to anyone who wants it without any charge. Please leave this
  36. notice in any distribution.
  37.  
  38.     Written by: Richie Bielak
  39.             CIS: 75716,352
  40.             PLINK: RICHIEB
  41.                     GATEWAY BBS: (718)-338-3501
  42.  
  43. If you find any problems or bugs, or if you have any comments
  44. please let me know.
  45.  
  46.     Richie
  47.  
  48. =============================================================
  49.