This program is designed to comment and uncomment the Diag.Message commands
from a supplied list of Modula 3 source files.

It is compiled by the following command lines:

lex <program>.l
cc lex.yy.c -ll -o <program>

where program is either comment or uncomment.

