Related articles |
---|
HLL design free4trample@yahoo.com (fermineutron) (2006-10-21) |
Re: HLL design gah@ugcs.caltech.edu (glen herrmannsfeldt) (2006-10-21) |
Re: HLL design pjb@informatimago.com (Pascal Bourguignon) (2006-10-21) |
Re: HLL design DrDiettrich1@aol.com (Hans-Peter Diettrich) (2006-10-21) |
Re: HLL design mailbox@dmitry-kazakov.de (Dmitry A. Kazakov) (2006-10-21) |
Re: HLL design int2k@gmx.net (Wolfram Fenske) (2006-10-21) |
Re: HLL design DrDiettrich1@aol.com (Hans-Peter Diettrich) (2006-10-21) |
Re: HLL design free4trample@yahoo.com (fermineutron) (2006-10-21) |
Re: HLL design danwang74@gmail.com (Daniel C. Wang) (2006-10-24) |
Re: HLL design idknow@gmail.com (idknow@gmail.com) (2006-10-24) |
Re: HLL design bjarke.walling@gmail.com (Bjarke Walling) (2006-10-24) |
Re: HLL design amedlock@gmail.com (DavidM) (2006-10-24) |
Re: HLL design DrDiettrich1@aol.com (Hans-Peter Diettrich) (2006-10-26) |
Re: HLL design bjarke.walling@gmail.com (Bjarke Walling) (2006-10-28) |
From: | "fermineutron" <free4trample@yahoo.com> |
Newsgroups: | comp.compilers |
Date: | 21 Oct 2006 22:07:52 -0400 |
Organization: | Compilers Central |
References: | 06-10-08006-10-087 |
Keywords: | design, performance |
Posted-Date: | 21 Oct 2006 22:07:52 EDT |
Thank you everyone that replied. It will probaby take me a while to
process everything that has bess posted so far. Ill post again soon.
Another question is this:
If I do decide to write the new language, do you think that writing a
compiler into asm be the better bet or will translating variables into
C structures and handling everything on the level of C language be
good enough? Natureally then there would be a need do use a C compiler
to actually produce the exe file.
[Depends on whether your data structures are ones that C can
represent. If one stack and no garbage collection are adequate, C
should work fine. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.