top | item 38283478

(no title)

marktangotango | 2 years ago

Parsing cobol is actually not bad. The grammar is pretty simple; the "rail road" diagrams correspond to the recursive descent parser very directly.

https://www.ibm.com/docs/en/cobol-zos/6.1?topic=division-ide...

discuss

order

mkovach|2 years ago

Interesting, I remember it be harder than that. But, when I had to write a basic parser during the Y2K storm, I was still a bit green in my programming skillsets.

Hmm, yea. I guess I'll have to take a look and see how they handled it. Thanks for the link!