bison icon indicating copy to clipboard operation
bison copied to clipboard

Generate location.hh when api.location.type is provided

Open egorpugin opened this issue 6 years ago • 0 comments

Hi, I'd like to extend default location class, but when %define api.location.type { MyLocation } is provided, location.hh is not generated.

Is it possible to add some option for such case?

#include <location.hh> 
struct MyLocation : yy_cl::location
{
    int argument;
}; 

egorpugin avatar Jan 03 '20 11:01 egorpugin