ShareSource Site »
Projects » mcc Summary
Summary
Files
Screenshots
Wiki
Tracker
Mercurial Repository
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 |
|
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
... [ Read More ]
|
| Tag Cloud |
|
ShareSource View Rating
2.02% |


