On 08.08.2025 01:19, uso ewin wrote:
Hello,
I've added support for C2Y n3356 to tinycc
The code is here:
https://github.com/cosmo-ray/tcc/commit/41e2b8e8875e681bf4ce11df15e9ac930c4b1580
and the standard here:
https://www.open-std.org/JTC1/SC22/WG14/www/docs/n3356.htm
Do you want me to push it to mob ?
You did not say why you want tinycc to have this?
For example, if someone today would write
if (a_var + b_var * c_var > v_max || force) {
if (a_var + b_var * c_var > v_max)
v_max = a_var + b_var * c_var;
print(v_max);
}
with no problems, how would you think would the availability
of that c2y if clause proposal in tinycc have influence?
-- gr
As it's been a long time since I've contributed to tinycc , I'm not sure if
I didn't make a mistake, so a review would be appreciated if the feature
seems OK :)
Thanks,
Matthias
_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel