Problemunvalidated
This works but is fragile (manual delete, exception safety) — My parser builds an AST for expressions. Tension: I’m not sure about the best way to handle ownership for child nodes. Outcome: convert this to use `std::unique_ptr` everywhere in C++17.
392576d8-4de8-4d2a-aacb-81c282e9f0c6
This works but is fragile (manual delete, exception safety) — My parser builds an AST for expressions. Tension: I’m not sure about the best way to handle ownership for child nodes. Outcome: convert this to use std::unique_ptr everywhere in C++17.