Introduction of structural ast nodes
Files
2- Richard Angersbach authored
@@ -247,7 +247,7 @@ class PsLoop(PsStructuralNode):
@@ -312,8 +312,8 @@ class PsConditional(PsStructuralNode):
Adds structural node category into AST, facilitating the distinction between expression nodes, structural nodes (e.g. statements, assignments, etc.) and other node types.