Asama 2.1 — Use unique_ptr for token ownership in AST #44
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal: AST nodes own their tokens via unique_ptr, eliminating memory leaks.
Files to modify:
Requirements:
Success criteria: