Implement a compiler

Hi guys!
I want to implement a c++ compiler in a program.Can you please give me a link where I can download a c++ compiler,just the .exe file would be great.

Also some Java,C# and Lua compilers would be great if you give me the download link.

Thanks!
Compiling languages like C++ is no easy task. Even the simplest compilers are thousands of files and hundreds of megabytes.
Last edited on
Dev c++ is a IDE. It uses MingW or something like that.That's the program I want to create for my portofolio.
MinGW is the result of the combined effort of thousands of highly passionate individuals. I don't think any one person can ever match that.
thousands of megabytes
What compiler's do you use that is GB's big? :P My MinGW is only 185MB.
I meant hundreds, whoops. Mine are usually around 500MB
Last edited on
What are the main steps/processes taken during the compilation?

Aceix.
Topic archived. No new replies allowed.