uwol / proleap-cobol-parser

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

Counterintuitive names for DIVIDE sub-statement #47

Closed albertolovato closed 6 years ago

albertolovato commented 6 years ago

Sub-statements of divide (and corresponding parser methods) have counterintuitive names: divideIntoStatement contains a GIVING keyword, while divideIntoGivingStatement does not contain it.

uwol commented 6 years ago

Thanks, you are right. Fixed in 6716fa8d8860c1713dfd1ab7b48eb9cd3d35a4ff.

Issues like this one regarding the consistency/quality of the parser are very welcome!