uwol / proleap-cobol-parser

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

"VALUE ARE" is valid according to the compiler #65

Closed albertolovato closed 6 years ago

albertolovato commented 6 years ago

In legacy cobol 85 code I see "VALUE ARE" in level 88 variables, instead of "VALUES ARE". The code compiles, but cobol85parser raises an exception.

uwol commented 6 years ago

Fixed in 6b04e529f3c73542d30844c811321c184a30ff24 including a unit test. Thanks for issuing!