lydiandy

Results 4 issues of lydiandy

something like this: ``` int c2mir_execute (MIR_context_t ctx, struct c2mir_execute_options *ops, const char *source_name); ``` and the function like the c2mir command line: -ei, -eg, -el.

here it is: https://github.com/v-script/vmir

Here is the example code: It will report an error: ``` ln 39: endmodule should have no params ln 39: absent endmodule ``` After add a new line, It can...

**V version:** latest:V 0.1.25 5a6f4aa **OS:** mac **What did you do?** in my module,when I import time module,I just want to use the C function defined ```v pub struct C.timeval...

Bug
Status: Confirmed
Unit: Checker