home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-21 | 1.8 KB | 84 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 choice `RequestChoice "Oberon-A" "Please select an option" "View Guide" "View Doc" "Install Oberon" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool Oberon-A.doc GUIDE
- endif
-
- if $choice EQ "2"
- set filechoice `RequestFile TITLE "Select Readme File" PATTERN "~(#?.info)"`
- set dirchoice `pathname $filechoice`
- set filechoice `basename $filechoice`
- failat 21
- cd $dirchoice
- MetaTool $filechoice TEXT
- endif
-
- if $choice EQ "3"
- cd Install
- execute Install
- cd /
- endif
- .aminet-dir
- dev/obero
-