Integrating Bison/Flex/Yacc into XCode
In a nutshell, give your grammar files a .ym extension instead of .y. Xcode will then run Bison with the necessary magic to support Objective-C. Oddly enough, I found this question because I wanted to do the same thing. I remembered a discussion about it on Apple’s cocoa-dev mailing list, but this question came up … Read more