Write a C compiler. It doesn't have to follow any rules/syntax/standards except to compile "hello world" and fibs.
Name:
Anonymous2010-07-25 2:44
My compiler compiles to C
#include "void.h" //adds predefined utility macros,includes, and functions
int main(int argc,char**argv){
#include "program" //can be customized to fibs or hello world.
;return 0;}