1
votes

I'm having trouble finding a Yacc or Bison that doesn't require using darwinports for Mac. If anyone has experience in this category any information will be great

2
I thought they came with the system, or with Xcode...Chris Lutz
Yes, yacc/bison and flex should already be installed (at least if you have installed Xcode, and without Xcode you won't even have gcc).Paul R

2 Answers

3
votes

If you have a working C compiler, it should be pretty trivial to build byacc.

0
votes

In case anyone skipped the comments:

yacc/bison and flex should already be installed (at least if you have installed Xcode, and without Xcode you won't even have gcc)

Thus, please check whether they exists before trying to install :)

Credits: @Chris Lutz and @Paul R