interpreter-abstract-syntax-tree-is-composite

Status: IN

The Interpreter pattern's abstract syntax tree is an instance of the Composite pattern, with terminal expressions as leaves and nonterminal expressions as composites.

Source: entries/2026/06/17/gof-oo-chunk-17.md

Depended on by

JSON