Implement a compiler

Sep 1, 2014 at 7:50pm
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!
Sep 1, 2014 at 8:14pm
Compiling languages like C++ is no easy task. Even the simplest compilers are thousands of files and hundreds of megabytes.
Last edited on Sep 1, 2014 at 9:43pm
Sep 1, 2014 at 8:30pm
Dev c++ is a IDE. It uses MingW or something like that.That's the program I want to create for my portofolio.
Sep 1, 2014 at 8:59pm
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.
Sep 1, 2014 at 9:15pm
thousands of megabytes
What compiler's do you use that is GB's big? :P My MinGW is only 185MB.
Sep 1, 2014 at 9:43pm
I meant hundreds, whoops. Mine are usually around 500MB
Last edited on Sep 1, 2014 at 9:44pm
Sep 1, 2014 at 10:13pm
What are the main steps/processes taken during the compilation?

Aceix.
Topic archived. No new replies allowed.