Skip to content

Commit

Permalink
Alternative for ComprehensionExpression
Browse files Browse the repository at this point in the history
konradweiss committed Oct 22, 2024
1 parent ee0e9dd commit 49e45e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docs/CPG/specs/eog.md
Original file line number Diff line number Diff line change
@@ -734,7 +734,8 @@ flowchart LR
child2 --EOG--> child3["predicate"]
child3 --EOG--> parent(["ComprehensionExpression"])
parent --EOG:true--> enter:::outer
parent --EOG:false--> exit:::outer
parent --EOG:false--> child1
child1 --EOG:false--> exit:::outer
parent -.-> child3
parent -.-> child2
parent -.-> child1

0 comments on commit 49e45e7

Please sign in to comment.