(&mut self)
| 581 | /* Delegates to imports.rs; compile-time only, no import opcodes reach the VM. */ |
| 582 | |
| 583 | pub(super) fn import_stmt(&mut self) { |
| 584 | self.do_import_stmt(); |
| 585 | } |
| 586 | |
| 587 | pub(super) fn parse_from_stmt(&mut self) { |
| 588 | self.do_from_stmt(); |