parse tree
ordered, rooted tree that represents the syntactic structure of a string according to some context-free grammar
abstract syntax tree
tree representation of the abstract syntactic structure of source code
ordered, rooted tree that represents the syntactic structure of a string according to some context-free grammar