pub const MAX_AST_DEPTH: usize = 100;
Maximum AST traversal depth. Prevents stack overflow from deeply nested source code.