Documentation
¶
Overview ¶
Package dump renders AST nodes as deterministic, human-reviewable trees.
The output pins the entire tree — every exported struct field plus the base-node state reachable through the ast.Node/ast.ExprNode interfaces (Text, OriginalText, OriginTextPosition, GetFlag, GetType) — so that two parsers producing "the same" AST can be compared field-for-field. It is the golden format of the parser corpus and the comparator of the differential harness; it is not a formatter and has no compatibility promise beyond being deterministic for equal trees.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.