暫無描述

Andrius Štikonas 46026e6b37 Merge pull request #121 from gtker/master 1 天之前
M2libc @ dcd615bda3 413c69f4a5 Allocate stack up front and always clean up locals 2 天之前
docs 071525eba5 Fix a typo. 1 年之前
test 56750491e0 Refactor process_static_variable in prep for multiple vars 1 天之前
.gitignore 204d2612d7 whitespace 4 年之前
.gitmodules bc2f0e164d Starting to prepare for the use of the M2libc standard 4 年之前
CHANGELOG.org 5cf89515cd Add multiple global variable declarations per statement 1 天之前
HACKING 3bac25a1ac Fix issues with HACKING document 3 年之前
INSTALL 42914441c3 Fixing of ommissions provided by akkartik 6 年之前
LICENSE eff5d157a3 Initial commit 7 年之前
README.md 93e8b0c0a4 Removed obsolete reference to bootstrap directory 4 年之前
cc-minimal.c 46cf81af83 Replace file_print with fputs 4 年之前
cc.c 5b5bbc599c Add stack_direction global variable 2 周之前
cc.h 4fcd9e4313 Use REGISTER_EMIT_TEMP as temp instead of REGISTER_ONE in emits 3 天之前
cc_core.c 56750491e0 Refactor process_static_variable in prep for multiple vars 1 天之前
cc_globals.c 5b5bbc599c Add stack_direction global variable 2 周之前
cc_globals.h 5b5bbc599c Add stack_direction global variable 2 周之前
cc_macro.c a61d97a6a7 Add support for string literals in sizeof 1 月之前
cc_reader.c a61d97a6a7 Add support for string literals in sizeof 1 月之前
cc_strings.c 7bcd48fb90 Add support for the \? escape code 1 月之前
cc_types.c 5479053a9f Add support for restrict and const on pointers 4 天之前
gcc_req.h abc79a2027 Make gcc_req.h more proper C 11 月之前
known_issues.org 2fa075b25e Remove note about static variables from known_issues.org 1 月之前
makefile 8057924d72 Add missing cleanup_test.sh to makefile 1 周之前
makefile-tests 132c224a46 Remove error on variadic functions 1 周之前
sha256.sh 028bdaf951 Update ELF headers and sha256 function to better support FreeBSD 4 年之前

README.md

M2-Planet

The PLAtform NEutral Transpiler, when combined with mescc-tools; allows one to compile a subset of the C language into working binaries with introspective steps inbetween.

A lovely set of examples of M2-Planet programs are in tests but the most surprising part of all M2-Planet can self-host M2-Planet.

Further more M2-Planet is cross-platform and self-hosting across platforms with fully deterministic builds enabling perfect reproducibility.