Don't require/allow naming a module, instead require that the importer names it. Allow importing into the local scope with the name !Local. Simplify namespacing logic. Updates all tests to reflect these changes.
3 lines
50 B
Plaintext
3 lines
50 B
Plaintext
!import "./test/multi-level-C.tri" C
|
|
main = C.val
|