home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 10
/
Fresh_Fish_10_2352.bin
/
new
/
dev
/
obero
/
oberon-a
/
product-info
< prev
next >
Wrap
Fred Fish's Product-Info
|
1995-08-25
|
2KB
|
90 lines
.name
Oberon-A
.type
Compiler
.short
A freely-distributable Oberon-2 compiler
.description
Oberon-A is a freely-distributable Oberon-2 compiler. Oberon-2 is a
modern object-oriented language designed by Niklaus Wirth, the creator
of Pascal and Modula-2, and Hanspeter Mössenböck. Oberon-A is an
implementation of the language for the Amiga computer, ported from a
compiler written by Niklaus Wirth.
.version
1.6
.author
Frank Copeland
OEL by Johan Ferreira
.reference
FreshFish-Vol9-2:BBS/dev/Oberon-A-1.5.3.lha
1.5.3
FreshFish-Vol9-1:Useful/dev/obero/Oberon-A/
1.5.3
GoldFish-Vol2-2:BBS/dev/Oberon-A-1.4ß.lha
1.4ß
GoldFish-Vol2-1:Files/dev/obero/Oberon-A/
1.4ß
FreshFish-Vol9-2:BBS/dev/Oberon-A-1.4ß.lha
1.4ß
FreshFish-Vol8-2:BBS/dev/Oberon-A-1.4ß.lha
1.4ß
FreshFish-Vol8-1:Useful/dev/obero/Oberon-A/
1.4ß
FreshFish-Vol7:Useful/dist/dev/obero/Oberon-A/
1.4ß
FreshFish-Vol7:BBS/dev/Oberon-A-1.4ß.lha
1.4ß
FreshFish-Vol6:New/dev/obero/Oberon-A/
1.4ß
FreshFish-Vol6:BBS/dev/Oberon-A-1.4ß.lha
1.4ß
.distribution
GNU Public License
.address
PO BOX 236
RESERVOIR VIC 3073
AUSTRALIA
.email
fjc@wossname.apana.org.au
.source
Full source code is included for all modules and programs where available.
.docs
Oberon-A.doc
Index.doc
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from aminet (wuarchive.wustl.edu).
.execute
set orgdir `cd`
LAB Start
failat 10
unset filechoice
unset dirchoice
cd $orgdir
set choice `RequestChoice "Oberon-A" "Please select an option" "View Guide" "View Doc" "Install Oberon" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool Oberon-A.doc GUIDE
else
if $choice EQ "2"
set filechoice `RequestFile TITLE "Select Readme File"`
set dirchoice `pathname $filechoice`
set filechoice `basename $filechoice`
failat 21
cd $dirchoice
MetaTool $filechoice TEXT
failat 10
else
if $choice EQ "3"
cd Install
execute Install
cd /
endif
endif
endif
skip Start BACK
endif
.aminet-dir
dev/obero