newbie questions about AST

Felix Mish <felixmish@usa.net>
5 Oct 1998 20:48:38 -0400

          From comp.compilers

Related articles
newbie questions about AST felixmish@usa.net (Felix Mish) (1998-10-05)
Re:newbie question on AST KPRASAD@us.oracle.com (KPRASAD.US.ORACLE.COM) (1998-10-17)
| List of all articles for this month |

From: Felix Mish <felixmish@usa.net>
Newsgroups: comp.compilers
Date: 5 Oct 1998 20:48:38 -0400
Organization: Compilers Central
Keywords: AST, question

Hello everyone,
I am new to ASTs. Could anyone tell me
how to describe the following in AST:


1. Procedures such as:
      void Function(int a,int b)
      {


            <statements>
      }


2. while(<expression>)
          <statement>;


Thank you in advance.


Post a followup to this message

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