説明なし

Jeremiah Orians f78734fb82 Release 1.6.0 4 年 前
docs fa524bdce3 aarch64: libc 5 年 前
functions 0709770730 Enabled forgotten cleanup scripts and add logic to catch ?alloc errors 5 年 前
test 87672ddfdb Release 1.6.0 4 年 前
.gitignore 4b2fce69b0 Adding support for hardware native and removed unneeded lines in .gitignore 5 年 前
CHANGELOG.org 87672ddfdb Release 1.6.0 4 年 前
HACKING b2ece54864 aarch64: do not generate a wasteful stack anymore 5 年 前
INSTALL 42914441c3 Fixing of ommissions provided by akkartik 6 年 前
LICENSE eff5d157a3 Initial commit 7 年 前
README.md b543fe99c3 correct a perfect typo in README.md 5 年 前
cc-minimal.c 4b2fce69b0 Adding support for hardware native and removed unneeded lines in .gitignore 5 年 前
cc.c 71062011cd Release 1.5.0 5 年 前
cc.h 0bded017b9 aarch64: recognize the new AArch64 target architecture 5 年 前
cc_core.c 09783ac089 Fixed continue behavior and added a test to verify correct behavior 5 年 前
cc_reader.c 0709770730 Enabled forgotten cleanup scripts and add logic to catch ?alloc errors 5 年 前
cc_strings.c 0709770730 Enabled forgotten cleanup scripts and add logic to catch ?alloc errors 5 年 前
cc_types.c 0bded017b9 aarch64: recognize the new AArch64 target architecture 5 年 前
gcc_req.h 9a2c6b4019 Harmonized License headers and added missing license headers 6 年 前
makefile 87672ddfdb Release 1.6.0 4 年 前
sha256.sh dc82e76d0d Resolved non-standard behavior across locales thanks to dddddd 6 年 前

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.

To bootstrap from assembly simple run ./bootstrap-x86.sh after cd into the bootstrap directory (the only requirement is mescc-tools to be installed)

Or if you have no binaries to bootstrap from please use mescc-tools-seed; which will not only bootstrap mescc-tools but also M2-Planet