Login Status


ShareSource Site » Projects » mcc Summary

Project: Marionette C compiler [Summary]

(*) Summary   [^] Files   [^] Screenshots   [_] Wiki   [!] Tracker  
(») Mercurial Repository  

A small C compiler designed to be simple and understandable, and to be able to compile the Marionette kernel. Currently, it is little more than a preprocessor.


[ ! ] Marionette C compiler has no files!

Maybe they have code in Mercurial?
Things to do
Vital Stats
Project News
Posted By: Joshua
Date: 06 January 2008, 7:39am
Summary: It parses loops!
Here's demo.c: void main(void) { int a, b; do { b++; } while (a); } This is the syntax tree that "./mcc demo.c" produces: ROOT FUNC main COMPLETE TYPE bt=VOID ...

Tag Cloud
ShareSource View Rating
2.02%
Valid XHTML 1.0 Transitional