No Description

Andrius Štikonas 8eff1f9f6f Merge pull request #144 from gtker/master 6 days ago
M2libc @ cdbbbfd087 be4951f671 Refactor variable load out of function_call 1 week ago
docs 071525eba5 Fix a typo. 1 year ago
test 62e1db7328 Add GET_MACHINE_OVERRIDE_ALWAYS_RUN override to tests 1 week ago
.gitignore 204d2612d7 whitespace 4 years ago
.gitmodules bc2f0e164d Starting to prepare for the use of the M2libc standard 4 years ago
CHANGELOG.org b90df22c5a Fix negative values not working in global assignment 1 week ago
HACKING 3bac25a1ac Fix issues with HACKING document 3 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 46cf81af83 Replace file_print with fputs 4 years ago
cc.c 1e87a68a23 Fix armv7l incorrect stack direction and stack reservation 2 weeks ago
cc.h a36860efb9 Rename REGISTER_UNUSED2 to REGISTER_TEMP2 1 week ago
cc_core.c b90df22c5a Fix negative values not working in global assignment 1 week ago
cc_emit.c a36860efb9 Rename REGISTER_UNUSED2 to REGISTER_TEMP2 1 week ago
cc_emit.h c6767295b7 Add emit_jump_if_equal and replace usage 1 week ago
cc_globals.c 5b5bbc599c Add stack_direction global variable 1 month ago
cc_globals.h 5b5bbc599c Add stack_direction global variable 1 month ago
cc_macro.c a61d97a6a7 Add support for string literals in sizeof 1 month ago
cc_reader.c b17d82255b Add proper error message for unterminated string 1 week ago
cc_strings.c 7bcd48fb90 Add support for the \? escape code 2 months ago
cc_types.c 95ea59f472 Add support for function pointers in casts and fp arguments 2 weeks ago
gcc_req.h abc79a2027 Make gcc_req.h more proper C 11 months ago
makefile 5bdd13bb06 Convert test0032 through to test0048 to run-pass 1 week ago
makefile-tests 146b9ddb03 Move test0027/0028/0030 to run-pass 1 week 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.