issues
search
Vexu
/
arocc
A C compiler written in Zig.
http://aro.vexu.eu/
MIT License
1.15k
stars
56
forks
source link
Implement complex integers in Interner
#795
Open
ehaas
opened
1 month ago
ehaas
commented
1 month ago
Currently the following does not work
_Static_assert(42i == 42i, "");
Currently the following does not work