Sin descripción

Jeremiah Orians db66c9907e Release 1.5.0 hace 4 años
docs fa524bdce3 aarch64: libc hace 4 años
functions 0709770730 Enabled forgotten cleanup scripts and add logic to catch ?alloc errors hace 4 años
test 71062011cd Release 1.5.0 hace 4 años
.gitignore 4b2fce69b0 Adding support for hardware native and removed unneeded lines in .gitignore hace 4 años
CHANGELOG.org 71062011cd Release 1.5.0 hace 4 años
HACKING 4db378437e aarch64: doc and thanks :) hace 4 años
INSTALL 42914441c3 Fixing of ommissions provided by akkartik hace 5 años
LICENSE eff5d157a3 Initial commit hace 6 años
README.md b543fe99c3 correct a perfect typo in README.md hace 4 años
cc-minimal.c 4b2fce69b0 Adding support for hardware native and removed unneeded lines in .gitignore hace 4 años
cc.c 71062011cd Release 1.5.0 hace 4 años
cc.h 0bded017b9 aarch64: recognize the new AArch64 target architecture hace 4 años
cc_core.c fbc2bf3333 aarch64: statement hace 4 años
cc_reader.c 0709770730 Enabled forgotten cleanup scripts and add logic to catch ?alloc errors hace 4 años
cc_strings.c 0709770730 Enabled forgotten cleanup scripts and add logic to catch ?alloc errors hace 4 años
cc_types.c 0bded017b9 aarch64: recognize the new AArch64 target architecture hace 4 años
gcc_req.h 9a2c6b4019 Harmonized License headers and added missing license headers hace 5 años
makefile 7dc280a10d aarch64: tests hace 4 años
sha256.sh dc82e76d0d Resolved non-standard behavior across locales thanks to dddddd hace 5 años

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