================================================================================ Simple Yield ================================================================================ 1 -> (output) -------------------------------------------------------------------------------- (root (statement (expression (yield (expression (value (integer))) (function_call (built_in_function)))))) ================================================================================ Yield Chain ================================================================================ x -> (foo) -> (bar) -> (abc) -------------------------------------------------------------------------------- (root (statement (expression (yield (expression (yield (expression (yield (expression (identifier)) (function_call (identifier)))) (function_call (identifier)))) (function_call (identifier))))))