uwol / proleap-cobol-parser

ProLeap ANTLR4-based parser for COBOL
MIT License
136 stars 74 forks source link

file control entries without preceeding FILE_CONTROL are not parsed #51

Closed uwol closed 6 years ago

uwol commented 6 years ago

For example following snippet does not contain FILE CONTROL, but should be parsed:

 IDENTIFICATION DIVISION.
 PROGRAM-ID. MSNGFILECNTRL.
 ENVIRONMENT DIVISION.
    INPUT-OUTPUT SECTION.
       SELECT TEACHER ASSIGN TO DISK.
uwol commented 6 years ago

Fixed in 24d6802d6bc484f47c4f639a878f7a54ce583032.