Build link list based on imports, not on modules compiled by compiler instance.

This commit is contained in:
David Brown 2016-12-18 13:03:59 +00:00
parent 4a71f43e72
commit 460b879829
7 changed files with 100 additions and 51 deletions

View file

@ -125,7 +125,7 @@ Alternatively the Oakwood module Out can be used to write directly to stdout:
MODULE hello;
IMPORT Out;
BEGIN
Out.String("Hello."); Out.Ln;
Out.String("Hello."); Out.Ln
END hello.
```
@ -144,7 +144,7 @@ Execute as usual on Linux (`./hello`) or Windows (`hello`).
In order to see the definition of a module's interface, use the "showdef" program.
```
$ showdef Out.sym
$ showdef Out
DEFINITION Out;
VAR