[Oberon] Fwd: IDE with integrated source level debuggerandLuaJIT VM running the Oberon System

Paul Reed paulreed at paddedcell.com
Sun Feb 16 14:59:19 CET 2020


Hi August,

> But if we have Foo.Bar.Mod and Baz.Bar.Mod and module M imports Bar,
> which one is picked?

Each .Mod file will presumably begin with

MODULE Bar;
...

and the module name is what is used to generate the object file and 
symbol file.  So if Bar is not already loaded, the last-compiled object 
file, e.g. Bar.rsc in the FPGA Oberon system, will get loaded.

It really doesn't matter what the source code files are called, what 
matters is the module identifier.

HTH
Paul



More information about the Oberon mailing list