Struct sway_core::SwayParseTree
source · [−]Expand description
Represents a parsed, but not yet type-checked, Sway program. A Sway program can be either a contract, script, predicate, or it can be a library to be imported into one of the aforementioned program types.
Fields
tree_type: TreeType
tree: ParseTree