Re: The trend is to move away from Delphi...
- From: Andre Kaufmann <andre.kaufmann_remove_@xxxxxxxxxxx>
- Date: Wed, 23 Aug 2006 07:30:46 +0200
Marco van de Voort wrote:
On 2006-08-22, Andre Kaufmann <andre.kaufmann_remove_@xxxxxxxxxxx> wrote:language, parse it into meaningful tokens, and generate binary machine code for it.Wasn't meant to be a real reasonable solution / idea ;-) and - yes - it doesn't matter in which language the compiler is written in.
With 2 step/phase process I meant that the Delphi compiler could be changed and compiled with any C++ compiler
The Delphi compiler is in _A_ C++ dialect. Nobody said it was 100% standards
compliant.
Did I request it to be ?
and then used to generate C Code from the Pascal / C++ VCL source, to be
compiled and linked together.
No. The codegenerator doesn't suddenly start to generate code for X, just
because it is written in X.
That's what I meant with
> doesn't matter in which language the compiler is written in.
The compiler must be surely changed to emit code, which can be compiled or linked by other C++ compilers or any other language.
In fact most of the C++ compilers don't generate directly assembly code, but some kind of intermediate / P-Code.
Andre
.
- Follow-Ups:
- Re: The trend is to move away from Delphi...
- From: Marco van de Voort
- Re: The trend is to move away from Delphi...
- References:
- The trend is to move away from Delphi...
- From: Pete Goodwin
- Re: The trend is to move away from Delphi...
- From: Pete Goodwin
- Re: The trend is to move away from Delphi...
- From: mr_organic
- Re: The trend is to move away from Delphi...
- From: Alisdair Meredith[TeamB]
- Re: The trend is to move away from Delphi...
- From: Andre Kaufmann
- Re: The trend is to move away from Delphi...
- From: Jon Robertson
- Re: The trend is to move away from Delphi...
- From: Andre Kaufmann
- Re: The trend is to move away from Delphi...
- From: Jon Robertson
- Re: The trend is to move away from Delphi...
- From: Andre Kaufmann
- Re: The trend is to move away from Delphi...
- From: Jon Robertson
- Re: The trend is to move away from Delphi...
- From: Andre Kaufmann
- Re: The trend is to move away from Delphi...
- From: Marco van de Voort
- The trend is to move away from Delphi...
- Prev by Date: Re: The trend is to move away from Delphi...
- Next by Date: Re: Turbo questions
- Previous by thread: Re: The trend is to move away from Delphi...
- Next by thread: Re: The trend is to move away from Delphi...
- Index(es):
Relevant Pages
|