Replies: 2 comments
-
Hi, Although I am not working on it regularly it still alive. (This is a side project) Definitely the proximity of C23 is a motivation! Some missing features are general (like better semantic analysis) and others are more related with C23 transpilation. For instance, (bug)
generates const char s[11] = "hello auto"; instead of const char *s = "hello auto"; Some features of C23, such as static in the compound literal, are missing. Did you see more bugs in existing implementation? Some items I know are missing or with problem:
|
Beta Was this translation helpful? Give feedback.
-
Hi, Ok, I'll post the bugs I find. |
Beta Was this translation helpful? Give feedback.
-
Hi,
are you still active in developping this?
I see that there are some more or less obvious bugs that have that this is not really possible to use beyond small examples.
C23 will come out at the end of the year, I was wondering if cake could be an alternative to propose to people then, if they are stuck with compilers that still struggle to implement certain things.
Thanks
Jens
Beta Was this translation helpful? Give feedback.
All reactions