Skip to content

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

@egorpugin

Description

@egorpugin

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;
}; 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions