i have project in Xcode version 9.2 for "c++" , it uses binary decision diagram(bdd) from "BuDDy" library fine.
it consists of header file with some classes declaration and implementation file that define all functions of the classes . main file that run the program by calling all the functions
how can i add bison file to this project and run it ? do i need lexer file ?
do i need to link anything in the build setting ! i am really confused !