Nincs leírás

Andrius Štikonas 7cf7743eb9 Merge pull request #65 from gtker/forward-decl 1 hónapja
M2libc @ 93c27f086d 1f7119afe2 Add support for 1_000_000 being valid 1 éve
docs 071525eba5 Fix a typo. 1 éve
test 47361b4388 Add support for forward declaration of structs 1 hónapja
.gitignore 204d2612d7 whitespace 4 éve
.gitmodules bc2f0e164d Starting to prepare for the use of the M2libc standard 4 éve
CHANGELOG.org 47361b4388 Add support for forward declaration of structs 1 hónapja
HACKING 3bac25a1ac Fix issues with HACKING document 3 éve
INSTALL 42914441c3 Fixing of ommissions provided by akkartik 6 éve
LICENSE eff5d157a3 Initial commit 7 éve
README.md 93e8b0c0a4 Removed obsolete reference to bootstrap directory 4 éve
cc-minimal.c 46cf81af83 Replace file_print with fputs 4 éve
cc.c bb91487335 Remove -Wstrict-prototypes warnings 10 hónapja
cc.h 47361b4388 Add support for forward declaration of structs 1 hónapja
cc_core.c 47361b4388 Add support for forward declaration of structs 1 hónapja
cc_globals.c 021fa00e36 Add maybe_bootstrap_error to create_enum 1 hónapja
cc_globals.h 021fa00e36 Add maybe_bootstrap_error to create_enum 1 hónapja
cc_macro.c bb91487335 Remove -Wstrict-prototypes warnings 10 hónapja
cc_reader.c bb91487335 Remove -Wstrict-prototypes warnings 10 hónapja
cc_strings.c ae48dbd6cb Add riscv64 port. 3 éve
cc_types.c 47361b4388 Add support for forward declaration of structs 1 hónapja
gcc_req.h abc79a2027 Make gcc_req.h more proper C 10 hónapja
known_issues.org a09d9dcfd8 Add basic test for multi-dimensional arrays 3 éve
makefile 4375e9f210 Add initial enum support 1 hónapja
makefile-tests 47361b4388 Add support for forward declaration of structs 1 hónapja
sha256.sh 028bdaf951 Update ELF headers and sha256 function to better support FreeBSD 4 éve

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.