Zheng Shaokun
Zheng Shaokun
Hello, gbl08ma! Your port is really good! But could you please make it default to input a charactor in lower case? I think it would be more convenient. Thanks very...
I am compiling some code like the following ```c void main_kernel() { for (int i = 0; i < 1; i++) { switch (0) { case 0: continue; } }...
Below is a minimal code snippet that reproduces this issue: ```c struct Test { bool b; }; export void main_kernel(uniform const Test *uniform buffer) { Test x = buffer[programIndex]; }...
...instead of simply crash See also #119
So we can better support the use cases like in #117.