Skip to content

Support Exportable modules (like Oberon '*'). As an output, create a DLL #41

Description

@steven-r

The follwing will create a DLL instead of an executable...

MODULE export;

PROCEDURE x*;
BEGIN
END x;

BEGIN
  (* init code *)
END export;

The code will emit one external static function ('x'). The init code will be executed as part of system initialization.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions