title |
---|
Obc-3 Library Extensions |
This is a collection of Oberon-7 extension modules based on some of Karl Landström's OBNC extended library but implemented to be compatible with Mike Spivey's Obc-3 compiler.
The follow modules have been ported from OBNC's extended library.
Name | Description | Documentation |
---|---|---|
extArgs.m | Access argv, argc in Oberon | extArgs.def |
extConvert.m | Convert ARRAY OF CHAR, INTEGER, REAL | extConvert.def |
extEnv.m | Access environment variables | extEnv.def |
I've kept the names of Karl's modules in order for them to function as a drop in replacement for projects where I need compatibility between OBNC extended code and Obc-3 compiler.
While obc-3 supports several file extensions for Oberon files I've
found it easiest to adopt Mike Spivey's convention of using .m
.
When not using obc-3 in a project I prefer the .Mod
which is
traditional in the Oberon System's community. This also makes it
clear that they are not the same modules as I wrote for use with
OBNC.