File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ def generate_label() -> str:
313313The previous code traverses the representation of the generated program (i.e., its Abstract Syntax Tree (AST)),
314314and adds a unique label before each ` return ` statement.
315315The ` _instrument_statements function ` takes a list of statements (represented as
316- AST nodes) and adds a unique label — prefixed with ` __RETURN__ ` – before each ` return ` statement.
316+ AST nodes) and adds a unique label – prefixed with ` __RETURN__ ` – before each ` return ` statement.
317317This is later used in the traversal of function definitions (` ast.Function ` ),
318318and ` do ` , ` while ` , ` for ` and block statements
319319–` if ` and ` switch ` control flow statements follow the same template.
You can’t perform that action at this time.
0 commit comments