Module sway_core::parse_tree [−][src]
Expand description
Contains all the code related to parsing Sway source code.
Re-exports
pub use declaration::*;
Modules
Structs
in the expression a::b::c()
, a
and b
are the prefixes and c
is the suffix.
During type checking, this gets replaced with enum arg access.
During type checking, this gets replaced with struct field access.
Enums
Functions
This algorithm desugars match expressions to if statements.