-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
translate-c
: can't handle goto
#1
Comments
I will try to follow up with some alternative with the goal of bringing a fully zig (libc non-dependent) solution. Then I will try to link to the zig project replacing libc++(LLVM). cc: @eddyb |
Currently zig is still not translating goto and labelstmt. And it worked normally with the zig translated version. However, there are still dependencies on the C API. |
During the initial refactoring process it was still missing to replace these implementations equivalently in zig std. rsDemangle-zig/src/demangle.zig Lines 1066 to 1069 in ead4216
Also, the malloc and free obtained by std.c .
|
Any suggestions? Please! |
I believe that some anyopaque pointers will need to be removed for zig types. During this process will include in some steps the comptime type to speed up some redefinitions. |
Ref:
The text was updated successfully, but these errors were encountered: