export / transcompile to c? #1133
-
hi again! is there some facility available to transcompile c3 code into c code? i read somewhere in the documentation that c3 compiler does that internally but searching the docs for that, i couldn't find it now. |
Beta Was this translation helpful? Give feedback.
Answered by
lerno
Feb 15, 2024
Replies: 2 comments 1 reply
-
C3 is not Nim or V. :) |
Beta Was this translation helpful? Give feedback.
1 reply
-
No, but you can compile a static library in C3 and export C headers for it. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
goyalyashpal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, but you can compile a static library in C3 and export C headers for it.