The PLAtform NEutral Transpiler
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Jeremiah Orians 754c5de7d9
Add note about big endian architectures
1 month ago
M2libc@1f4ac53d05 Adapt tests to M2libc changes. 5 months ago
docs Release_1.9.0 2 years ago
test Add padding when loading global ints on 64-bit arches. 1 month ago
.gitignore whitespace 2 years ago
.gitmodules Starting to prepare for the use of the M2libc standard 2 years ago
CHANGELOG.org Release_1.10.0 1 year ago
HACKING Fix issues with HACKING document 2 years ago
INSTALL Fixing of ommissions provided by akkartik 5 years ago
LICENSE Initial commit 6 years ago
README.md Removed obsolete reference to bootstrap directory 3 years ago
cc-minimal.c Replace file_print with fputs 2 years ago
cc.c Properly remove blocks that aren't executed 6 months ago
cc.h Properly remove blocks that aren't executed 6 months ago
cc_core.c Add note about big endian architectures 1 month ago
cc_globals.c Add a preprocessor-only mode 2 years ago
cc_globals.h Add a preprocessor-only mode 2 years ago
cc_macro.c Fix macro processing when they have brackets. 5 months ago
cc_reader.c Clearing out more segfaults 1 year ago
cc_strings.c Add riscv64 port. 2 years ago
cc_types.c Fix support for arrays of structs. 6 months ago
gcc_req.h Harmonized License headers and added missing license headers 5 years ago
known_issues.org Add basic test for multi-dimensional arrays 2 years ago
makefile Properly remove blocks that aren't executed 6 months ago
makefile-tests Fix support for arrays of structs. 6 months ago
sha256.sh Update ELF headers and sha256 function to better support FreeBSD 3 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.