暂无描述

Eduardo Sánchez Muñoz 90175f8e77 Use functions from cc_emit.c to implement "+" and "-" binary operations 3 月之前
M2libc @ 68a23cfd05 60ecafb8de Update M2libc for optimized fread/fwrite 2 月之前
docs 071525eba5 Fix a typo. 1 年之前
test 90175f8e77 Use functions from cc_emit.c to implement "+" and "-" binary operations 2 周之前
.gitignore 204d2612d7 whitespace 4 年之前
.gitmodules bc2f0e164d Starting to prepare for the use of the M2libc standard 4 年之前
CHANGELOG.org bd2fe4b065 Fix version number in the changelog. 1 月之前
HACKING 3bac25a1ac Fix issues with HACKING document 4 年之前
INSTALL 42914441c3 Fixing of ommissions provided by akkartik 7 年之前
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 8528acd8ba Bump version to 1.13.1 1 月之前
cc.h 7494b843dc Port CONSTANT statements to anonymous enums. 4 月之前
cc_core.c 90175f8e77 Use functions from cc_emit.c to implement "+" and "-" binary operations 2 周之前
cc_emit.c 90175f8e77 Use functions from cc_emit.c to implement "+" and "-" binary operations 2 周之前
cc_emit.h 90175f8e77 Use functions from cc_emit.c to implement "+" and "-" binary operations 2 周之前
cc_globals.c 1055f41962 Add emit_return and refactor return instruction into global variable 4 月之前
cc_globals.h 1055f41962 Add emit_return and refactor return instruction into global variable 4 月之前
cc_macro.c ca0eda58fa Remove support for CONSTANTS and make // act as line comments 4 月之前
cc_reader.c 7e7b8b7ade Fix tokenization after newline comment. 1 月之前
cc_strings.c 7bcd48fb90 Add support for the \? escape code 7 月之前
cc_types.c 7494b843dc Port CONSTANT statements to anonymous enums. 4 月之前
gcc_req.h 8186c6037c Make gcc_req and headers compatible with M2-Planet 4 月之前
makefile c5307b2c4f Move member_access.c to run-pass 4 月之前
makefile-tests c5307b2c4f Move member_access.c to run-pass 4 月之前
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.