Expand description
Provide the Rust types that implement module-related components of the SDML Grammar.
Structs§
- Header
Value - Import
Statement - Corresponds the grammar rule
import_statement. - Member
Import - Corresponds the grammar rule
member_import. - Module
- Corresponds the grammar rule
module. - Module
Body - Corresponds the grammar rule
module_body. - Module
Import - Corresponds the grammar rule
module_import.
Enums§
- Import
- Corresponds the grammar rule
import.