Related articles |
---|
Delphi to bytecode compiler jonathan@microtec.fr (Jonathan Neve) (2004-09-03) |
Re: Delphi to bytecode compiler Martin.Waldenburg@T-Online.de (Martin Waldenburg) (2004-09-07) |
Re: Delphi to bytecode compiler vbdis@aol.com (2004-09-08) |
Re: Delphi to bytecode compiler jonathan@microtec.fr (2004-09-13) |
From: | vbdis@aol.com (VBDis) |
Newsgroups: | comp.compilers |
Date: | 8 Sep 2004 00:07:13 -0400 |
Organization: | AOL Bertelsmann Online GmbH & Co. KG http://www.germany.aol.com |
References: | 04-09-012 |
Keywords: | Basic |
Posted-Date: | 08 Sep 2004 00:07:13 EDT |
Jonathan Neve <jonathan@microtec.fr> schreibt:
>I'm wondering what would be involved in making a Delphi to bytecode
>compiler...
You have been asking this question in so many groups, and obviously
you are not pleased by the answers. Perhaps you should specify what
exactly you want to hear.
Making an compiler requires at least:
- understanding compilers (parsers...)
- understanding grammars (syntax, semantics)
- understanding programming models (data models, runtime system)
- understanding the target platform(s) (runtime environment)
- understanding the target machine (code generation)
and finally
- sit down and write...
or
- find some fool to write it for you ;-)
DoDi
Return to the
comp.compilers page.
Search the
comp.compilers archives again.