From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremiah@pdp10.guru Subject: M2-Planet latest release Date: Fri, 22 Jun 2018 01:55:28 +0000 Message-ID: <87muvnlh4f.fsf@ITSx01.pdp10.guru> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44960) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fWBIW-0006pj-Tp for guix-devel@gnu.org; Thu, 21 Jun 2018 21:55:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fWBIS-0001Ta-GB for guix-devel@gnu.org; Thu, 21 Jun 2018 21:55:36 -0400 Received: from itsx01.pdp10.guru ([74.207.247.251]:38218 helo=itsx01) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fWBIS-0001Sc-0C for guix-devel@gnu.org; Thu, 21 Jun 2018 21:55:32 -0400 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: bootstrappable@freelists.org, rb-general@lists.reproducible-builds.org, guix-devel@gnu.org Today I proud to announce M2-Planet version 0.2.0 https://github.com/oriansj/M2-Planet The world's simplest C compiler with support for: structs with sizeof support anonymous unions (inside of structs) arrays Inline assembly Gotos for, while and do loops with optional breaks bitshifting bitwise operations escaped strings Passable function pointers Written and self-hosting in a lovely C99 subset optional dwarf footers (thanks to mescc-tools blood-elf) allowing for objdump and gdb to play nicely and 100% deterministic output Able to be bootstrapped from a trivial Macro-assembler and hex2-linker (which when hand made are under 3KB total) which can be found here: https://github.com/oriansj/mescc-tools or via any C compiler that supports only 60% of the features of M2-Planet