Python tool to self-teach COBOL by parsing real programs. Extracts division/paragraph structure, detects anti-patterns (GOTO, magic literals, unreferenced data), scores cyclomatic complexity, and generates a Markdown modernisation report.