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.
5 lines
49 B
Plaintext
5 lines
49 B
Plaintext
|
|
!import "test/local-ns/2.tri" Two
|
|
|
|
main = Two.x
|