Skip to content
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

Closed
isaiahpettingill opened this issue Mar 21, 2022 · 4 comments
Closed

Support C #22

isaiahpettingill opened this issue Mar 21, 2022 · 4 comments

Comments

@isaiahpettingill
Copy link

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 #includes for imports.

@udoprog
Copy link
Owner

udoprog commented Mar 22, 2022

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

@ajwerner
Copy link

Now that this is merged, any interest in cutting a release and closing this issue?

@udoprog
Copy link
Owner

udoprog commented Sep 21, 2023

I am waiting for a resolution to #39. Once that is in place I'll definitely want to make a release.

@udoprog
Copy link
Owner

udoprog commented Sep 25, 2023

Released now in 0.17.6.

@udoprog udoprog closed this as completed Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants