babyraging
babyraging
Hi, thank you for the PR. I've reviewed your code, it looks good. However, I think that if we want to support the %define option, we need to keep in...
We might need to support this too ``` %code requires { struct my_value { enum { is_int, is_str } kind; union { int ival; char *sval; } u; }; }...
Hi there, thanks for the issue. I see, this is a feature that we didn't implement, mainly because we didn't use it :) Can you provide me a minimal example...
Hi! Thank you for the PR! We could add a new feature to support Golang as the embedded language. However, this PR is not enough since it only handles the...