No Description

Andrius Štikonas 0bc0ab5bff Merge pull request #92 from gtker/master 1 day ago
M2libc @ 261d549623 126e19c0d4 Update M2libc and use mov_rbx,rax in switch 1 day ago
docs 071525eba5 Fix a typo. 1 year ago
test 87f55c2ae0 Explicitly initialize statics and globals 1 day ago
.gitignore 204d2612d7 whitespace 4 years ago
.gitmodules bc2f0e164d Starting to prepare for the use of the M2libc standard 4 years ago
CHANGELOG.org 201dc2169f Add __M2C*__ defines 2 days 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 3 years ago
cc.c 201dc2169f Add __M2C*__ defines 2 days ago
cc.h 1aabefca72 Add emit_move function and use in function_call 1 day ago
cc_core.c 6ff7c9272f riscv: Fix regression in function_call. 1 day ago
cc_globals.c 1ca0d4028d Make static variables work properly 3 days ago
cc_globals.h 1ca0d4028d Make static variables work properly 3 days ago
cc_macro.c a61d97a6a7 Add support for string literals in sizeof 2 days ago
cc_reader.c a61d97a6a7 Add support for string literals in sizeof 2 days ago
cc_strings.c 7bcd48fb90 Add support for the \? escape code 2 weeks ago
cc_types.c f1a633ba81 Add support for variables and constants in sizeof 4 days ago
gcc_req.h abc79a2027 Make gcc_req.h more proper C 9 months ago
known_issues.org 2fa075b25e Remove note about static variables from known_issues.org 2 days ago
makefile 4375e9f210 Add initial enum support 1 month ago
makefile-tests 64b25b5fca Refactor constant expression handling into separate function 4 days 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.