-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Expand C frontend to support full compilation of ANSI C standard #1146
Comments
Parse |
It would be cool if it supported a similar amount of ISO C99 features as TCC. |
Sure. As long as the standards don't contradict each other. This is not a conservative frontend. |
I don't want to sound too needy, but a usable C frontend and integration with my compiler backend is important to me because I need it for many of my projects. I will do the integration with my compiler backend myself, but I am too inexperienced at making frontends, so it would be awesome if the C frontend would be high priority... |
I think the Core is working well enough to work on this some more. I am not sure that it will be perfect coming right off the block, but there are a lot of things that I can improve on. I have some work coming in that I need to clear out, but I'll make this high priority for when I can get to it.
|
This would need a full rewrite of the C frontend, which is probably necessary anyways.
The text was updated successfully, but these errors were encountered: