Structsยง
- Lexed
Module - A module and its submodules in the form of a tree.
- Lexed
Program - A lexed, but not yet parsed or type-checked, Sway program.
- Lexed
Submodule - A library module that was declared as a
mod
of another module.
mod
of another module.