<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">I have been asked to make the way Extended Oberon implements import/export available to Project Oberon 2013 as well.<div class=""><br class=""></div><div class="">There it is: <a href="http://github.com/andreaspirklbauer/Oberon-module-imports" class="">http://github.com/andreaspirklbauer/Oberon-module-imports</a></div><div class=""><br class=""></div><div class="">The most important change is that the “fixup" technique for types has been eliminated altogether (as it is not needed, given that pre-order traversal is used to export types).</div><div class=""><br class=""></div><div class="">Also, ORB.ThisModule has improved heuristics for what combinations of explicit imports (via declaration) and re-imports are allowed.</div></body></html>