translate-c: implement translation of GCC inline assembly #18537
Labels
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
translate-c
C to Zig source translation feature (@cImport)
Milestone
Zig's
translate-c
command/functionality is currently unable to translate inline assembly, resulting in the following message when attempting to do so:TODO implement translation of stmt class GCCAsmStmtClass
.I think it's okay to make these TODOs as tracking issues on GitHub, please close the issue if I am wrong.
For context, I want this functionality so I can translate the seL4 microkernel's C API for use from Zig code. The current process for getting it working is somewhat manual and so being able to have the API auto-translated would be great.
The text was updated successfully, but these errors were encountered: