[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: List Tag of [GNU-COBOL] is too long



Thank you. We need more of these. 

You could read the whole cobol standard without being bothered by
any inkling of the developments in parser theory of the last 20
years.

It is some consolation that they seem to have at last grasped the
concept of logical phases of compilation as an aid to explaining
the precedence of rules and the like.

Tim Josling

Christopher Clark wrote:
> ...
>     And point out that the IF statement _parses_ differently depending on which
> version of Z is included, since as a field, the actual test is:
>     (X = Y) OR (X = Z)
>     but if the 88 version is included, the actual test is:
>     (X = Y) OR Z              =>        (X = Y) OR (Y = 2)

--
This message was sent through the gnu-cobol mailing list.  To remove yourself
from this mailing list, send a message to majordomo@lusars.net with the
words "unsubscribe gnu-cobol" in the message body.  For more information on
the GNU COBOL project, send mail to gnu-cobol-owner@lusars.net.