interpreter-does-not-address-parsing

Status: IN

The Interpreter pattern does not address how to parse input into an abstract syntax tree; AST construction is a separate concern handled by table-driven parsers, recursive descent parsers, or direct client construction.

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

Depended on by

JSON