Skip to content

Introduction of structural ast nodes

Richard Angersbach requested to merge rangersbach/structural into v2.0-dev

Adds structural node category into AST, facilitating the distinction between expression nodes, structural nodes (e.g. statements, assignments, etc.) and other node types.

Merge request reports