20 ms·
> It's called abstract syntax tree because the concrete syntax is not a tree, it's an list of characters. It's called abstract syntax tree to distinguish it fr
by yatac42 7y ago
> It's called abstract syntax tree because the concrete syntax is not a tree, it's an list of characters.
It's called abstract syntax tree to distinguish it from parse trees (a.k.a. concrete syntax trees).