-
Notifications
You must be signed in to change notification settings - Fork 13
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
Support C #22
Labels
Comments
Adding support for another language flavor is pretty straight forward. If anyone wants to take a stab at it, see for example Go: https://github.com/udoprog/genco/blob/main/src/lang/go.rs |
Merged
Now that this is merged, any interest in cutting a release and closing this issue? |
I am waiting for a resolution to #39. Once that is in place I'll definitely want to make a release. |
Released now in 0.17.6. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be awesome to add support for the c programming language. That way c could be used as a compile target for other languages or just for code generation. ANSI C99 support would be great.
You could use
#include
s for imports.The text was updated successfully, but these errors were encountered: