in reply to COBOL to Perl
perl ought to make life easier, having several relevant CPAN modules to choose from instead, see lex and yapp A roadmap might be:
1) find a BNF for the COBOL or define one.
2) write a lexer using one of the lex modules
3) generate a parser using yapp
4) write a perl code generator to backend your parser.
-M
Free your mind
|
|---|