Example compilers
        Posted  
        
            by saf
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by saf
        
        
        
        Published on 2010-04-12T17:12:45Z
        Indexed on 
            2010/04/12
            17:53 UTC
        
        
        Read the original article
        Hit count: 357
        
compiler
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?
© Stack Overflow or respective owner