Example compilers
- by saf
I'm searching for the source code of a compiler capable of creating Win32 programs from an input program in a programming language (It doesn't matter which, maybe the simpler the better)
Yet I can't find anything right for me and huge compilers like GCC make me extremely confused as they have so many features that I don't know where to start.
Is there an OpenSource Win32 micro-compiler for some programming language out there I could take a look at?