No Description

deesix 1511f5994a tests: support for make -j 3 years ago
M2libc @ a7e67ac731 768f229c1d Updated M2libc 3 years ago
docs fa524bdce3 aarch64: libc 4 years ago
functions 921cc86ce6 First generation implemention of typedef 4 years ago
test 1511f5994a tests: support for make -j 3 years ago
.gitignore 4b2fce69b0 Adding support for hardware native and removed unneeded lines in .gitignore 4 years ago
.gitmodules bc2f0e164d Starting to prepare for the use of the M2libc standard 3 years ago
CHANGELOG.org e3ca15c731 Preparing for next release 4 years ago
HACKING b2ece54864 aarch64: do not generate a wasteful stack anymore 4 years ago
INSTALL 42914441c3 Fixing of ommissions provided by akkartik 6 years ago
LICENSE eff5d157a3 Initial commit 7 years ago
README.md 93e8b0c0a4 Removed obsolete reference to bootstrap directory 4 years ago
cc-minimal.c 91bab2ef98 Close files that were fopen:ed 4 years ago
cc.c a8551f2fcd Implement --bootstrap-mode for preprocessor 3 years ago
cc.h 921cc86ce6 First generation implemention of typedef 4 years ago
cc_core.c 0e3d5b609a Add support for global char foo[12]; definitions 3 years ago
cc_globals.c 7b8a99db3c Add a preprocessor-only mode 3 years ago
cc_globals.h 7b8a99db3c Add a preprocessor-only mode 3 years ago
cc_macro.c 09acd6253d Implement simple macro expansion 3 years ago
cc_reader.c a8551f2fcd Implement --bootstrap-mode for preprocessor 3 years ago
cc_strings.c 921cc86ce6 First generation implemention of typedef 4 years ago
cc_types.c 921cc86ce6 First generation implemention of typedef 4 years ago
gcc_req.h 9a2c6b4019 Harmonized License headers and added missing license headers 6 years ago
known_issues.org 6a3d3e78e0 expand the known issues list 4 years ago
makefile 1511f5994a tests: support for make -j 3 years ago
sha256.sh 028bdaf951 Update ELF headers and sha256 function to better support FreeBSD 4 years ago

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.