GitHub - FransFaase/MES-replacement: Investigation into replacing the MES compiler
github.com·22h·
Discuss: Hacker News
🔄Bootstrapping
Preview
Report Post

GNU Mes replacement

The goal of this project is to simplify stage0 of live-bootstrap, which involves implementing a replacement for the GNU Mes compiler by implementing a C-compiler in C that can compile the Tiny C Compiler version 0.9.26.

The motivation for this project is given in the presentation Reviewing live-bootstrap.

For blog article related to reviewing the live bootstrap project and this project see the section ‘Live-bootstrap’ on this page.

Stage 1

The first stage of this project is to implement said C-compiler for i386. The source of the C-comp…

Similar Posts

Loading similar posts...