Ingen beskrivning

Jeremiah Orians 1de9f93c4e Release 1.4.0 5 år sedan
bootstrap 7cab825b50 Release 1.4.0 5 år sedan
functions 465b4c9c31 Fixup behavior on 64bit platforms 5 år sedan
test 465b4c9c31 Fixup behavior on 64bit platforms 5 år sedan
.gitignore 9b604650ff Fixed missing license headers 6 år sedan
CHANGELOG.org 7cab825b50 Release 1.4.0 5 år sedan
HACKING d711438190 Added useful note about how argument and local stack is arranged 6 år sedan
INSTALL 42914441c3 Fixing of ommissions provided by akkartik 6 år sedan
LICENSE eff5d157a3 Initial commit 7 år sedan
README.md 7cab825b50 Release 1.4.0 5 år sedan
cc.c f43aa4a44c Minor tweaks to better match amd64 assembly 5 år sedan
cc.h f43aa4a44c Minor tweaks to better match amd64 assembly 5 år sedan
cc_core.c 465b4c9c31 Fixup behavior on 64bit platforms 5 år sedan
cc_reader.c 420f8b62b9 1/24 working tests for AMD64 Port 6 år sedan
cc_strings.c 0eefa0feb2 Update in preperation for mescc-tools 0.6.0 release 6 år sedan
cc_types.c 465b4c9c31 Fixup behavior on 64bit platforms 5 år sedan
gcc_req.h 9a2c6b4019 Harmonized License headers and added missing license headers 6 år sedan
makefile 27cf071ee9 Release_1.3.0 6 år sedan
sha256.sh dc82e76d0d Resolved non-standard behavior across locales thanks to dddddd 6 år sedan

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 prefect 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