Example interpreter C

Henry Butwsky <henryb@ntlworld.com>
13 Aug 2005 00:28:40 -0400

          From comp.compilers

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)
[9 later articles]
| List of all articles for this month |

From: Henry Butwsky <henryb@ntlworld.com>
Newsgroups: comp.compilers
Date: 13 Aug 2005 00:28:40 -0400
Organization: NTL
Keywords: question
Posted-Date: 13 Aug 2005 00:28:40 EDT

Hi Guys,


      I have written a basic parser (with flex and Bison) that evaluates
simple expressions , but now I want to add IF/THEN construct and also
loops


I understand that I need to write a parser that creates and AST
(abstract symbol table) . Can any one point in the direction of an
such an expale interpreter ?


Many thx Henry


[Uh, AST stands for Abstract Syntax Tree. You'll find a lot more
references if you use the right name. -John]



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.