| 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) |
| 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.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.