<html><body>Hi,<div><br></div><div>I am thinking of a simple tool that could extract definition info from *.Mod and produce respective *.Def file. Definition files can be quickly looked at, to remind a programmer of the interface *.Mod modules export.</div><div><br></div><div>While on Linux one could use grep </div><div>$ grep PROCEDURE\ * *.Mod.txt</div><div><br></div><div>to obtain info at least about procedures, but how about exported types and variables?</div><div><br></div><div>I am looking for a recommended way how to simply code such a tool, is it a good idea to use `ORP' parser somehow for the task? I prefer to code it simple, does not have to be perfect, but should carry the idea.</div><div><br></div><div>Tomas </div></body></html>