|
hace 5 años | |
---|---|---|
bootstrap | hace 5 años | |
functions | hace 5 años | |
test | hace 5 años | |
.gitignore | hace 6 años | |
CHANGELOG.org | hace 5 años | |
HACKING | hace 6 años | |
INSTALL | hace 6 años | |
LICENSE | hace 7 años | |
README.md | hace 5 años | |
cc.c | hace 5 años | |
cc.h | hace 5 años | |
cc_core.c | hace 5 años | |
cc_reader.c | hace 6 años | |
cc_strings.c | hace 6 años | |
cc_types.c | hace 5 años | |
gcc_req.h | hace 6 años | |
makefile | hace 6 años | |
sha256.sh | hace 6 años |
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