Genealogical tree of programming languages.
Stammbaum.
Initiation into sanskrit.
(formal & generative) grammars.
Parsers.
World Wald Web.
Direct acyclic graphs (DAGs).
The essence of any programming language is its "parse tree".
Natural languages can be conceptualized and described as forests of cognitive structures.
https://en.wikipedia.org/wiki/Abstract_syntax_tree
while b ≠ 0
if a > b
a := a − b
else
b := b − a
return a
/