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
. - 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
.