|
With the online GPM/CLR compiler, you can compile Modula-2 programs online and
download the resulting .NET executables.
Requirements
NOTE: the compiler generates unverified and unmanaged
IL code, so the resulting .NET executables will need to be saved to disk and
executed from a Command Prompt or from Windows Explorer. The online
compiler only allows you to develop a single program module; you will also need
to download the .dll files to the same directory as the executable.
Your Modula-2 program:
Load example program:
Compiler output:
|