The PLAtform NEutral Transpiler
Go to file
Jeremiah Orians d711438190
Added useful note about how argument and local stack is arranged
2018-10-13 20:15:35 -04:00
functions Fixing typo in License headers 2018-08-26 21:44:45 -04:00
test Fixed version number bug 2018-08-31 16:32:53 -04:00
.gitignore Eliminated the global stack and expanded type support to include integer arrays 2017-12-06 20:28:08 -05:00
CHANGELOG.org Made the seed.M1 refresh part of the bootstrap.sh should one so desire 2018-08-31 19:02:55 -04:00
HACKING Added useful note about how argument and local stack is arranged 2018-10-13 20:15:35 -04:00
INSTALL Fixing of ommissions provided by akkartik 2018-08-31 16:11:00 -04:00
LICENSE Initial commit 2017-11-05 09:01:20 -05:00
README.md Improving Documentation to help new programmers get functional 2018-05-25 18:37:53 -04:00
bootstrap.sh Made the seed.M1 refresh part of the bootstrap.sh should one so desire 2018-08-31 19:02:55 -04:00
cc.c Fixed version number bug 2018-08-31 16:32:53 -04:00
cc.h Enhanced core to simplify implementation 2018-08-16 12:01:55 -04:00
cc_core.c Pull patches from janneke 2018-08-26 21:15:32 -04:00
cc_reader.c Code Clean up done during knight platform bootstrap work 2018-08-10 17:30:48 -04:00
cc_strings.c Pull patches from janneke 2018-08-26 21:15:32 -04:00
cc_types.c Release 1.0.0 2018-08-26 16:34:31 -04:00
gcc_req.h Oops forgot to checkin updated definition of function 2018-08-18 15:25:47 -04:00
makefile Minor reorganization 2018-08-20 20:41:37 -04:00
seed.M1 Made the seed.M1 refresh part of the bootstrap.sh should one so desire 2018-08-31 19:02:55 -04:00

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.