currently LRL, only supports adding to the namespace prefix. you can't change the current namespace (e.g. the one implicitly created by the source filename and path). possible solution: add a "namespace root X;" syntax, e.g. // file foo/test.lc namespace bar:example; // = foo:test:bar:example namespace root bar:example; // = bar:example