uwol / proleap-cobol-parser

ProLeap ANTLR4-based parser for COBOL
MIT License
137 stars 76 forks source link

A feature request: To save pre-processed file. #84

Open ajoshi66 opened 4 years ago

ajoshi66 commented 4 years ago

When displaying syntax errors, the Proleap uses the fully expanded cobol code (with all copybooks). The line number mentioned when throwing syntax error does not reference physical file/line number. It would be great, if the Proleap provides either physical file and the line number or a feature to print fully expanded cobol code to understand the problem.