3

Possible Duplicate:
What's the difference between parse tree and AST?

I need to know what is the difference between abstract parse trees and parse trees.

Community
  • 1
  • 1
Moataz Aahmed Mohammed
  • 1,307
  • 5
  • 22
  • 33

1 Answers1

2

From wikipedia:

Parse trees are distinct from abstract syntax trees (also known simply as syntax trees), in that their structure and elements more concretely reflect the syntax of the input language.

Victor Hurdugaci
  • 28,177
  • 5
  • 87
  • 103