Related articles |
---|
Example interpreter C henryb@ntlworld.com (Henry Butwsky) (2005-08-13) |
Re: Example interpreter C lfinsto1@gwdg.de (Laurence Finston) (2005-08-16) |
Re: Example interpreter C dido@imperium.ph (Rafael 'Dido' Sevilla) (2005-08-16) |
Re: Example interpreter C haberg@math.su.se (2005-08-21) |
Re: Example interpreter C lfinsto1@gwdg.de (Laurence Finston) (2005-08-21) |
Re: Example interpreter C gneuner2@comcast.net (George Neuner) (2005-08-24) |
Re: Example interpreter C Markus.Elfring@web.de (2005-08-24) |
Re: Example interpreter C der_julian@web.de (Julian Stecklina) (2005-08-31) |
Re: Example interpreter C j_simon@gmx.at (Joerg Simon) (2005-09-02) |
Re: Example interpreter C lfinsto1@gwdg.de (Laurence Finston) (2005-09-07) |
Re: Example interpreter C boldyrev+nospam@cgitftp.uiggm.nsc.ru (Ivan Boldyrev) (2005-09-10) |
[5 later articles] |
From: | Laurence Finston <lfinsto1@gwdg.de> |
Newsgroups: | comp.compilers |
Date: | 21 Aug 2005 00:21:14 -0400 |
Organization: | GWDG, Goettingen |
References: | 05-08-055 05-08-062 |
Keywords: | AST |
Posted-Date: | 21 Aug 2005 00:21:14 EDT |
On Tue, 16 Aug 2005, Laurence Finston wrote:
> http://www.gnu.org/software/3dldf/LDF.html
> [Expale is a typo for example, and I have to say that if you don't know what
> an AST is, you should consider learning a little about compiler basics. -John]
Thanks. I thought "expale" might be a typo for something, but I
couldn't figure out what. I also appreciate your advice, and I would
be delighted to follow it. Unfortunately, trying to make a living
makes it impossible for me to learn all the things I'd like to. After
all, my parser works and I have a fairly good understanding of how to
use GNU Bison in a practical way. It's like the Arkansas Traveller: I
may not know much, but I ain't lost.
I'm sure a knowledge of compiler theory would make me a better programmer,
however I didn't need it to implement loops and conditionals. If they
require an Abstract Syntax Tree, then I must have implemented one without
knowing it. However, I thought I was just using basic programming skills
and common sense.
Laurence
Return to the
comp.compilers page.
Search the
comp.compilers archives again.