scarf_syntax/source_text/
module_items.rs

1// =======================================================================
2// module_items.rs
3// =======================================================================
4// AST Nodes from 1800-2023 A.1.4
5
6pub type BindDirective = ();
7pub type ModuleItem = ();
8pub type NonPortModuleItem = ();