home *** CD-ROM | disk | FTP | other *** search
- M2ERROR
- -------
-
- The program M2ERROR can be used to display compile errors
- produced by the TDI Modula-2 compiler. This program is somewhat
- similar to the M2ERROR that was supplied with previous versions
- of the compiler. I like to use this program, because I don't like
- being forced into using TDI's editor.
-
- To use the program just copy the excutable into your
- C directory. The program can also be made resident, as it is
- re-entrant. The format of the command is:
-
- M2ERROR <input-file> <output-file>
-
- <input-file> is the name of the module which was compiled with
- errors. If no extension is specified with the file name then
- ".MOD" is assumed.
-
- <output-file> is optional. If specified, all the errors will be
- written to that file.
-
- The output is self-explanatory (I know famous last words!).
-
- By the way, the reason that the executable file for
- M2ERROR is so big, is that the actual error strings are included
- in the program. These were extracted from SYNTAX.IND file, found
- in your M2 directory. This means, that the disk with M2 directory
- can be removed while you're looking at the errors.
-
- =============================================================
- ***** NOTICE ***** NOTICE ****** NOTICE *****
-
- This program is PUBLIC DOMAIN. It should be distributed
- to anyone who wants it without any charge. Please leave this
- notice in any distribution.
-
- Written by: Richie Bielak
- CIS: 75716,352
- PLINK: RICHIEB
- GATEWAY BBS: (718)-338-3501
-
- If you find any problems or bugs, or if you have any comments
- please let me know.
-
- Richie
-
- =============================================================
-