Parse Tree Notation is a grammar language created in 1994.
#4337on PLDB | 30Years Old |
An important aspect of Parse Tree Notation (PTN) is that the data structure being manipulated is the parse tree for the program, not its token list. Pattern matching in PTN is on subtrees of the program's parse tree, using DCG rules to identify the subtrees of interest