Hi, again, The info docs describe the interface from C++ parser to yylex as
int yylex(semantic_value_type&, location_value_type&) but the code generated requires: int yylex(semantic_type*, location_type*) Thanks, Jerry Quinn
Hi, again, The info docs describe the interface from C++ parser to yylex as
int yylex(semantic_value_type&, location_value_type&) but the code generated requires: int yylex(semantic_type*, location_type*) Thanks, Jerry Quinn