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