بدون توضیح

Andrius Štikonas 795cc3fbed Merge pull request #129 from gtker/master 12 ساعت پیش
M2libc @ e303ffff88 a49d2b595a Fix aarch64 emit_sub being the opposite of others 2 روز پیش
docs 071525eba5 Fix a typo. 1 سال پیش
test 95ea59f472 Add support for function pointers in casts and fp arguments 14 ساعت پیش
.gitignore 204d2612d7 whitespace 4 سال پیش
.gitmodules bc2f0e164d Starting to prepare for the use of the M2libc standard 4 سال پیش
CHANGELOG.org 5cf89515cd Add multiple global variable declarations per statement 3 روز پیش
HACKING 3bac25a1ac Fix issues with HACKING document 3 سال پیش
INSTALL 42914441c3 Fixing of ommissions provided by akkartik 6 سال پیش
LICENSE eff5d157a3 Initial commit 7 سال پیش
README.md 93e8b0c0a4 Removed obsolete reference to bootstrap directory 4 سال پیش
cc-minimal.c 46cf81af83 Replace file_print with fputs 4 سال پیش
cc.c 1e87a68a23 Fix armv7l incorrect stack direction and stack reservation 1 روز پیش
cc.h 4fcd9e4313 Use REGISTER_EMIT_TEMP as temp instead of REGISTER_ONE in emits 5 روز پیش
cc_core.c 95ea59f472 Add support for function pointers in casts and fp arguments 14 ساعت پیش
cc_globals.c 5b5bbc599c Add stack_direction global variable 2 هفته پیش
cc_globals.h 5b5bbc599c Add stack_direction global variable 2 هفته پیش
cc_macro.c a61d97a6a7 Add support for string literals in sizeof 1 ماه پیش
cc_reader.c 6576f41507 Tokenize labels and case statements as two separate tokens. 20 ساعت پیش
cc_strings.c 7bcd48fb90 Add support for the \? escape code 1 ماه پیش
cc_types.c 95ea59f472 Add support for function pointers in casts and fp arguments 14 ساعت پیش
gcc_req.h abc79a2027 Make gcc_req.h more proper C 11 ماه پیش
known_issues.org 2fa075b25e Remove note about static variables from known_issues.org 1 ماه پیش
makefile 5e076726b0 Add initial support for casting 18 ساعت پیش
makefile-tests 5e076726b0 Add initial support for casting 18 ساعت پیش
sha256.sh 028bdaf951 Update ELF headers and sha256 function to better support FreeBSD 4 سال پیش

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.