[comp.sources.wanted] wanted `lint-like' program for Modula2

iwm@doc.ic.ac.uk (Ian Moor) (06/08/90)

Even though Modula2 has more constraints than C there are still many
mistakes/problems it would be useful to find especially when helping
beginners, some of these are:
Unitialised  variables 
VAR parameters that are never changed
Value parameters that are changed and their value never used
Procedures that are declared or imported but never called
and so on ...

Does anybody have or know of a tool that will do this ? I know that 
some compilers for some languages find some of these (e.g. Berkeley Pascal)
as part of their optimizing, so if you have the (understandable) source of a PD 
compiler for Modula2 I'll be grateful.