home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!olivea!spool.mu.edu!sol.ctr.columbia.edu!zaphod.mps.ohio-state.edu!uwm.edu!linac!att!ucbvax!rchland.ibm.com!tinglett+
- From: tinglett+@rchland.ibm.com (Todd Inglett)
- Newsgroups: comp.soft-sys.andrew
- Subject: Re: WYSIWYG Word Processing (Free?)
- Message-ID: <Ueyadl091JbdR36oRK@rchland.ibm.com>
- Date: 6 Nov 92 12:52:01 GMT
- References: <JUH.92Nov3232525@lazy.qt.IPA.FhG.de>
- Sender: daemon@ucbvax.BERKELEY.EDU
- Reply-To: "Todd Inglett" <tinglett@vnet.ibm.com>
- Organization: The Internet
- Lines: 13
-
- Excerpts from ext.misc.info-andrew: 4-Nov-92 Re: WYSIWYGWord
- Processing.. mcs (1922)
-
- i had big problems with the class preprocessor due to certain bugsin flex-2.3.7
-
- I have seen problems in other versions of lex, too. The problem seems
- to stemfrom the fact that a zillion keywords are listed directly in the
- scanner. Imodifed the code to simply scan an identifier and then lookup
- the identifierin a hash table. I didn't notice any peformance
- degradation and thepreprocessor was much smaller. I think I can dig up
- the code if you want totry it.
-
- -todd inglett
-