Re: The trend is to move away from Delphi...



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.

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.



.



Relevant Pages

  • Re: "STL from the Ground Up"
    ... high-level intermediate language than can interoperate with many other ... If your language lacks expressive features then you cannot write code ... memory management in comparison. ... Mostly because type errors mean that the programmer and compiler disagree ...
    (comp.programming)
  • Re: A note on computing thugs and coding bums
    ... It would handle international characters if the execution character ... method I used in "Build Your Own .Net Language and Compiler". ... work areas and counting on Nul is an illusion. ...
    (comp.programming)
  • Re: WaitForSingleObject() will not deadlock
    ... represent an incorrect implementation of the language. ... the *compiler* does not guarantee this. ... but to state it in terms of the execution instead of the formal semantics of the language ... as long as the optimizations do not change the semantics of the language). ...
    (microsoft.public.vc.mfc)
  • Re: subroutine stack and C machine model
    ... Use a compiler optimizer ... higher determinism means that optimizer has more information. ... C programmers like to brag that their "language" is more ... prospective computer science majors at Princeton. ...
    (comp.lang.c)
  • Re: "STL from the Ground Up"
    ... are not features of a language. ... To support reflection you make a compiler embbed type and functional information in the compiled program. ... When the OCaml compiler is given a complicated nested pattern match it ... virtual const Base *clone= 0; ...
    (comp.programming)