설명 없음

Andrius Štikonas bdf1ce7d2e riscv: Fix postfix_expr_array to work with large types. 20 시간 전
M2libc @ a6f4f740a2 a7b40ff870 Add pointer arithmetic 1 주 전
docs 071525eba5 Fix a typo. 1 년 전
test bdf1ce7d2e riscv: Fix postfix_expr_array to work with large types. 20 시간 전
.gitignore 204d2612d7 whitespace 4 년 전
.gitmodules bc2f0e164d Starting to prepare for the use of the M2libc standard 4 년 전
CHANGELOG.org 49f9e89e5c Add support for multiple variable declarations per statement 23 시간 전
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 3 년 전
cc.c 6bccdab280 Make arguments that aren't options be considered files 2 일 전
cc.h 47361b4388 Add support for forward declaration of structs 3 주 전
cc_core.c bdf1ce7d2e riscv: Fix postfix_expr_array to work with large types. 20 시간 전
cc_globals.c 021fa00e36 Add maybe_bootstrap_error to create_enum 4 주 전
cc_globals.h bcdf886f7a Catch segfaults and don't do pointer arithmetic in bootstrap mode 6 일 전
cc_macro.c aeebd3c2b1 Fix empty function-like macros not working correctly 6 일 전
cc_reader.c b8260ca2c6 Add initial function-like macro support 1 주 전
cc_strings.c 7bcd48fb90 Add support for the \? escape code 2 일 전
cc_types.c edd3abd809 Fix expressions being unable to start with typedef type 1 주 전
gcc_req.h abc79a2027 Make gcc_req.h more proper C 9 달 전
known_issues.org a7b40ff870 Add pointer arithmetic 1 주 전
makefile 4375e9f210 Add initial enum support 4 주 전
makefile-tests 49f9e89e5c Add support for multiple variable declarations per statement 23 시간 전
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.