From: | Toon Moene <toon@moene.indiv.nluug.nl> |
Newsgroups: | comp.compilers |
Date: | 8 Sep 2000 02:28:55 -0400 |
Organization: | Moene Computational Physics, Maartensdijk, The Netherlands |
References: | 00-08-124 00-09-017 |
Keywords: | assembler |
The Moderator Wrote:
> [There are certainly higher level languages than C. I would guess that
> people have addressed this kind of question in Lisp. -John]
Off-topic.
There are even higher level *assembly* languages than C. I once
needed a "parser" that would read a comma separated string of
keyword=value pairs in a VAX assembler program.
It just took one loop over
MATCHC ....
MOVC3 ....
instructions.
Then I thought, well - lets describe what happens here in C, so that my
successor knows what I meant to be done here.
After 3 aborted attempts I gave up in horror.
--
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG Maartensdijk, The Netherlands
GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
GNU Fortran 95: http://g95.sourceforge.net/ (under construction)
Return to the
comp.compilers page.
Search the
comp.compilers archives again.