Page 1 of 1

does anyone have a tut on how i can make an exe compiler???

Posted: Sun May 08, 2011 5:26 am
by jamesguize
does anyone have a tut on how i can make an exe compiler???....

Posted: Sun May 08, 2011 6:09 am
by hendu
No matter what you mean by that, the PE specs are somewhere on the MSDN site.

Posted: Sun May 08, 2011 8:15 am
by serengeor
the troll is still here :shock:

Posted: Sun May 08, 2011 10:23 am
by Radikalizm
I actually have papers on writing compilers lying around here somewhere, might be a bit above your level though :D

Posted: Sun May 08, 2011 10:45 am
by ent1ty
Terrific! You have a link to some kind of online PDFs or something?

Prepare to write irrlicht apps in LOLCODE! :lol:

CAN HAS IRRLICHT?


Edit: Now that I think of it, it might be a better idea to write some kind of LOLCODE -> C++ parser, and then compile using GCC

Posted: Sun May 08, 2011 11:13 am
by Radikalizm
ent1ty wrote:Terrific! You have a link to some kind of online PDFs or something?

Prepare to write irrlicht apps in LOLCODE! :lol:

CAN HAS IRRLICHT?


Edit: Now that I think of it, it might be a better idea to write some kind of LOLCODE -> C++ parser, and then compile using GCC
I'd have to dig deep through some of my external drives, downloaded it years ago and never looked at it since, not a lot of people are crazy enough to actually write compilers you know :D

Posted: Sun May 08, 2011 11:39 am
by ent1ty
Yeah never mind, the best way would most likely be to transfer LOLCODE to C++ and then compile with GCC or some other C++ compiler, as I said... right?

Posted: Sun May 08, 2011 11:48 am
by Radikalizm
Or to assembly language ;)

Posted: Sun May 08, 2011 11:51 am
by CuteAlien
There is a fantastic tutorial: http://www.amazon.com/dp/0321486811/ref ... 387&sr=1-1

But despite the funny dragon on the cover, it's really, really not for beginners.

Posted: Sun May 08, 2011 11:55 am
by Radikalizm
CuteAlien wrote:There is a fantastic tutorial: http://www.amazon.com/dp/0321486811/ref ... 387&sr=1-1

But despite the funny dragon on the cover, it's really, really not for beginners.
Ahh, the famous 'Dragon Book' :D
I think I read some parts of the first edition (the red dragon book) a while back

Posted: Sun May 08, 2011 12:58 pm
by nespa
step by step tutorial :

http://compilers.iecc.com/crenshaw/