Can someone explain me how Delphi Compiler compiles the source code?
Printable View
Can someone explain me how Delphi Compiler compiles the source code?
I think your question is too long for the forum. Compiler is a collection of process like scanner, paser, lexical analyzer, etc. Don't worry about those words. Learn about compliers first.
Delphi used on lots of platform. It is used in .NET as well. I refer this artical few times. Read it and try to get an idea.
Just give me a link where I can find the complete details of how delphi compiler compiles source code. I tried so many seach engines but still can't find any.
Quote:
Originally Posted by everard
Just search the Google as "delphi+compiler+source+code" for more result.
Ok, Thanks!
Dear everard,
First find the searching method used in search engines. There are lots of. Actually I know few of them.
As I mentioned above learning about compliers is very difficult. Just start on basis and carryon. Find more about scanner, parser, etc. Those are the heart of complier.
Wish you all the best.