I think we should support inline mod {} syntax as in Rust. So use mymodule; is the same as mod mymodule { /* contents of mymodule.simf inline here */ }.
1 Like
I think we should support inline mod {} syntax as in Rust. So use mymodule; is the same as mod mymodule { /* contents of mymodule.simf inline here */ }.