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
46 B
Plaintext
3 lines
46 B
Plaintext
!import "./test/namespace-B.tri" B
|
|
main = B.x
|