home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / softsys / andrew / 1325 next >
Encoding:
Internet Message Format  |  1992-11-07  |  1.0 KB

  1. 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+
  2. From: tinglett+@rchland.ibm.com (Todd Inglett)
  3. Newsgroups: comp.soft-sys.andrew
  4. Subject: Re: WYSIWYG Word Processing (Free?)
  5. Message-ID: <Ueyadl091JbdR36oRK@rchland.ibm.com>
  6. Date: 6 Nov 92 12:52:01 GMT
  7. References: <JUH.92Nov3232525@lazy.qt.IPA.FhG.de>
  8. Sender: daemon@ucbvax.BERKELEY.EDU
  9. Reply-To: "Todd Inglett" <tinglett@vnet.ibm.com>
  10. Organization: The Internet
  11. Lines: 13
  12.  
  13. Excerpts from ext.misc.info-andrew: 4-Nov-92 Re: WYSIWYGWord
  14. Processing.. mcs (1922)
  15.  
  16. i had big problems with the class preprocessor due to certain bugsin flex-2.3.7
  17.  
  18. I have seen problems in other versions of lex, too.  The problem seems
  19. to stemfrom the fact that a zillion keywords are listed directly in the
  20. scanner.  Imodifed the code to simply scan an identifier and then lookup
  21. the identifierin a hash table.  I didn't notice any peformance
  22. degradation and thepreprocessor was much smaller.  I think I can dig up
  23. the code if you want totry it.
  24.  
  25. -todd inglett
  26.