home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / mac / programm / 20854 < prev    next >
Encoding:
Text File  |  1993-01-07  |  1.0 KB  |  22 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!wupost!csus.edu!netcom.com!jimlynch
  3. From: jimlynch@netcom.com (Jim Lynch)
  4. Subject: Re: Yacc on Mac
  5. Message-ID: <1993Jan7.050137.1024@netcom.com>
  6. Organization: Netcom Online Communications Services (408-241-9760 login: guest)
  7. References: <1993Jan6.172004.309@physc1.byu.edu>
  8. Date: Thu, 7 Jan 1993 05:01:37 GMT
  9. Lines: 11
  10.  
  11. In article <1993Jan6.172004.309@physc1.byu.edu> goblec@physc1.byu.edu writes:
  12. >I am writing a simple language parser for a hypertalk like language.
  13. >I am thinking of doing the parser on a MIPS using C and YACC and
  14. >then bringing the C code over to the Mac.  Unfortunately I am
  15. >not sure how easy this will be.  A better solution would be a
  16. >Yacc compilier or equivalent for the Mac that works with Think C.
  17. >Does anyone know of something like this?  Thanks.
  18.  
  19. There is a Bison for the mac, but since the parser it outputs is GNU, you would
  20. have to follow the terms of the GNU public license. However, if you rewrite
  21. the parser, you can do whatever you want.
  22.