thradams / cake

Cake a C23 front end and transpiler written in C
http://thradams.com/cake/index.html
GNU General Public License v3.0
533 stars 21 forks source link

_Bool assigment etc #195

Open thradams opened 1 month ago

thradams commented 1 month ago

Cake should do

_Bool b = expression;
unsigned char b = !!(expression);