Expand description
Contains the specifications for any AstNodes that are assignments
Structsยง
- Assignment
Node - Represents a statement node in the AST, such as
variable = value
.
Contains the specifications for any AstNodes that are assignments
variable = value
.