Talk:Abstract syntax tree
Appearance
Wording
"...since in an AST the grouping of operands is explicit in the tree structure." Wouldn't it make more sense to say "implicit."?
Has anyone else ever thought of calling it the 'internal reptreesentation ...'?
NO
Confused about context
I'm afraid I'm a bit confused by the article. Does a parser create an abstract syntax tree as part of the compilation process for each individual program? That is, will there be a different abstract syntax tree for every C program I compile? Or is there one "abstract syntax tree" for the language of C, like with attribute grammars? -- Creidieki 18:07, 10 November 2005 (UTC)
- Yes, the AST is created as part of the compilation process, so each different program has a different AST --Pezezin 11:53, 9 March 2006 (UTC)