legsem / legstar-cob2xsd

Automatically exported from code.google.com/p/legstar-cob2xsd
Other
3 stars 2 forks source link

Silently clean compiler directives (EJECT, SKIP1) rather than warn about them #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When the COBOL data items are interspersed with COBOL directives such as EJECT 
or SKIPn, the parser issues warnings.

We should silently remove these directives before we parse the code. They are 
easy to detect as they should be alone on a line.

Original issue reported on code.google.com by fady.mou...@gmail.com on 26 Oct 2010 at 7:19

GoogleCodeExporter commented 9 years ago

Original comment by fady.mou...@gmail.com on 29 Oct 2010 at 6:25