Tool to convert legacy dot syntax code to use bracket syntax
I'm sure that I am not alone in maintain a mass of legacy code, some of which uses the dot syntax for blocks of code.
Wouldn't it be great to have a tool to convert this to guaranteed equivalent code using the bracket {} syntax?