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
61 B
Plaintext
5 lines
61 B
Plaintext
|
|
!import "test/cycle-1.tri" Cycle1
|
|
|
|
cycle2 = t Cycle1.cycle1
|