|
4 年 前 | |
---|---|---|
docs | 5 年 前 | |
functions | 5 年 前 | |
test | 4 年 前 | |
.gitignore | 5 年 前 | |
CHANGELOG.org | 4 年 前 | |
HACKING | 5 年 前 | |
INSTALL | 6 年 前 | |
LICENSE | 7 年 前 | |
README.md | 5 年 前 | |
cc-minimal.c | 5 年 前 | |
cc.c | 5 年 前 | |
cc.h | 5 年 前 | |
cc_core.c | 5 年 前 | |
cc_reader.c | 5 年 前 | |
cc_strings.c | 5 年 前 | |
cc_types.c | 5 年 前 | |
gcc_req.h | 6 年 前 | |
makefile | 4 年 前 | |
sha256.sh | 6 年 前 |
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