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

Re: gnubol: STODGY vs GNUVEAU





RKRayhawk@aol.com wrote:
> 
> Concerning alternate (mis-)spellings like
> 
> <<
>  ln PERFORM PREFORM
> >>

I think that REPLACE is a better way to do this, or maybe syntax aware
editors. 

How hard would it be? You can easily turn off keywords in the lexer. The
lexer finds generic 'name' token and you look it up with gperf. This
then indexes into a table with flags for when certain keywords are
keywords. The compiler options control the word the flags are masked
against.

We could put in options that allow the installer to 'fix' certain
compiler options, as IBM does. But should we pander to control freaks. I
don't think so myself.

Tim Josling



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