home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / next / programm / 5303 < prev    next >
Encoding:
Text File  |  1992-07-28  |  1.0 KB  |  26 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!proforma!jgg
  3. From: jgg@proforma.com (J. G. Gregory)
  4. Subject: Re: dynamic parsers?
  5. Message-ID: <1992Jul28.174103.2302@proforma.com>
  6. Sender: jgg@proforma.com
  7. Organization: Pro Forma
  8. References: <1992Jul28.122557.18900@infoserver.th-darmstadt.de>
  9. Date: Tue, 28 Jul 1992 17:41:03 GMT
  10. Lines: 14
  11.  
  12. In article <1992Jul28.122557.18900@infoserver.th-darmstadt.de> 
  13. >Another thing is that I just went along and 'objected' (or, better, C++-ified)
  14. >Bison and Flex such that you have a 'main class' that has all the code that
  15. >is used for all parsers/scanners and several sub-classes that consists of
  16. >the tables and the special actions. If you have interest in these, e-mail me,
  17. >but be warned that this code is really not-yet-ready (working at the moment,
  18. >but not too-well tested...)
  19. >
  20.  
  21. Can you say whether Bison is now able to be used in commercial code?  When I  
  22. looked at it, its OUTPUT was restricted by the GNU copyleft, although there was  
  23. some words that the restriction might be lifted.
  24.  
  25. --J Gregory
  26.