Cuik icon indicating copy to clipboard operation
Cuik copied to clipboard

A Modern C11 compiler (STILL EARLY)

Results 19 Cuik issues
Sort by recently updated
recently updated
newest added

self-explanatory from the diff

for cuik built with `luajit build.lua -driver -x64` on linux mint 22 (i had to disable the cuikgo stuff and copy the changes from #52 as well) ```c // foo.c...

the job for ubuntu latest is reported as successful even though it fails to actually compile the project? i admittedly don't know much about github actions but that seems wrong,...

> temporary storage: out of memory! ```c typedef struct { unsigned long len __attribute__((aligned(8))); } bad; ```

``` chris@cruzi Cuik 3$ bin/cuik tests/hello.c git Included from /home/chris/dev/contributions/Cuik/tests/hello.c:1 Included from /usr/include/stdio.h:26 ERROR[0000]: you asked for a type __builtin_va_list but didn't declare it. --> /usr/include/bits/alltypes.h:326:9 | 326| typedef __builtin_va_list...

fixed portability issues on Void Linux with musl needs verification for other platforms

The CI build failure was caused by the deprecation of v3 artifact actions, which includes download-artifact@v3 and checkout@v3. See https://github.com/orgs/community/discussions/142581 for details. This fixes the versions of the GitHub actions...

This might be just me, but figuring out how to run this script has cost me 10 minutes of my time and some light lua debugging. This script has a...

Reported on Discord with more information: https://discord.com/channels/772864511514247169/773035703579049994/1331658293994721334 This ticket is just for cross-reference. gdb bt ``` #0 0x000055555557f0f7 in cuik__sema_subexpr (tu=0x200002b0300, _=0x20000ac25a0, e=0x20000ac2608, arity=2, args=0x7fffffffc248) at cuik_c/sema.c:974 #1 0x0000555555582b32 in...