ack icon indicating copy to clipboard operation
ack copied to clipboard

The Amsterdam Compiler Kit

Results 72 ack issues
Sort by recently updated
recently updated
newest added

As the title says: x86_64 or realistically ANY 64 bit architecture (like PPC64, Arm64 etc.)

Hello! I have recently found a post on reddit about the Cake frontend mantainer searching for anyone who would like to use Cake in their compiler. Cake is a simple,...

This is probably a grey area, but it's different to gcc. ``` #include int test_switch(int value) { switch (value) { case -1: case 1: return 1; } return 0; }...

Hello @davidgiven and others I would like to try this compiler to build test binary from C code to place it in ROM sitting at 0x0000 in i8080 system. I...

While trying to build a program of mine with ACK, I got the following errors: ``` "lfanew.c", line 114: (warning) implicit declaration of function getopt "lfanew.c", line 122: optarg undefined...

I think make install on Cygwin needs /usr/local and not c:\ack

While trying to build using the new scripts, i discovered that the rename() function may not be present in libc.a for the linux68k platform. Maybe its something i missed on...

The multilbyte character routines of libc are not really supported, and as defined in ansi_C.doc: "There are no multi-byte characters.". It would be good to support UTF-8 as multibyte encoding...