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

Re: gnubol: Hacks needed to parse COBOL



Couragous in the "Yes Minister" (English TV show) sense that 'fools must learn by
their own mistakes'. But seriously, what it the alterative?

The correct parsing of the procedure division requires symbol table information.
The lexer feedback hack thing (which is all this is), is pretty standard. The
problem gets way worse with backtracking - there is no limit to the effective
lookahead in that case, and it might even change its mind about the parse; so it
really is dangerous.

Tim Josling

RKRayhawk@aol.com wrote:

> You are a courageous individual.


--
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.