$ c2nim --header gr.h
    gr.h(27, 25) Error: token expected: ;
    
    Run

AFAIK, c2nim cannot read something with c custom macro. You can edit the header 
temporarily to remove that custom macro. In this case it's the `DLLEXPORT`.

Reply via email to