PDA

Click to See Complete Forum and Search --> : About Delphi Compiler


everard
Nov 14th, 2006, 07:50 AM
Can someone explain me how Delphi Compiler compiles the source code?

eranga262154
Nov 15th, 2006, 09:01 AM
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 (http://bdn.borland.com/article/28972) artical few times. Read it and try to get an idea.

everard
Nov 17th, 2006, 06:16 AM
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.

eranga262154
Nov 19th, 2006, 10:35 PM
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.



Just search the Google as "delphi+compiler+source+code" for more result.

everard
Nov 20th, 2006, 01:40 AM
Ok, Thanks!

eranga262154
Nov 21st, 2006, 07:58 AM
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.