Begin File: bwbasic.tgz Description:the Bywater BASIC interpreter. Keywords: BASIC Bywater Interpreter languages Version: 2.10A Entered-date: January 21, 1997 Author: Ted A. Campbell Ported-by: Original-site: ftp.eng.umd.edu /pub/basic Copying-policy: GNU General Public License Supplemental: DESCRIPTION: The Bywater BASIC Interpreter (bwBASIC) implements a large superset of the ANSI Standard for Minimal BASIC (X3.60-1978) and a significant subset of the ANSI Standard for Full BASIC (X3.113-1987) in C. It also offers shell programming facilities as an extension of BASIC. bwBASIC seeks to be as portable as possible. This version of Bywater BASIC is released under the terms of the GNU General Public License (GPL), which is distributed with this software in the file "COPYING". The GPL specifies the terms under which users may copy and use the software in this distribution. A separate license is available for commercial distribution, for information on which you should contact the author. The Archive Contains: -rwxrwxrwx 1 5512 Jan 21 15:34 Description -rwxrwxrwx 1 70444 Jan 21 15:17 bwbasic.part01 -rwxrwxrwx 1 71744 Jan 21 15:17 bwbasic.part02 -rwxrwxrwx 1 71475 Jan 21 15:17 bwbasic.part03 -rwxrwxrwx 1 71587 Jan 21 15:18 bwbasic.part04 -rwxrwxrwx 1 71770 Jan 21 15:18 bwbasic.part05 -rwxrwxrwx 1 71381 Jan 21 15:18 bwbasic.part06 -rwxrwxrwx 1 71804 Jan 21 15:18 bwbasic.part07 -rwxrwxrwx 1 71827 Jan 21 15:18 bwbasic.part08 -rwxrwxrwx 1 71657 Jan 21 15:19 bwbasic.part09 -rwxrwxrwx 1 71233 Jan 21 15:19 bwbasic.part10 -rwxrwxrwx 1 48080 Jan 21 15:19 bwbasic.part11 -rwxrwxrwx 1 38818 Jan 21 15:19 bwbasic.part12 -rwxrwxrwx 1 38300 Jan 21 15:19 bwbasic.part13 -rwxrwxrwx 1 37658 Jan 21 15:20 bwbasic.part14 -rwxrwxrwx 1 35637 Jan 21 15:20 bwbasic.part15 -rwsrwsrwx 1 236 Jan 21 15:23 install_basic INSTRUCTIONS The install_basic script will expand the bwbasic.part[1-15] scripts. Once the install_basic script is run, you should find the following files for reading: COPYING, INSTALL, README, and bwbasic.doc . After reading these text files, you will be ready to make the interpreter from the souce code provided. archive contents: drwxrwxr-x 0 root support Jan 21 16:06 basic -rwxrwxrwx 0 apkleywegt support 5512 Jan 21 15:34 basic/Description -rwxrwxrwx 0 root support 70444 Jan 21 15:17 basic/bwbasic.part01 -rwxrwxrwx 0 root support 71744 Jan 21 15:17 basic/bwbasic.part02 -rwxrwxrwx 0 root support 71475 Jan 21 15:17 basic/bwbasic.part03 -rwxrwxrwx 0 root support 71587 Jan 21 15:18 basic/bwbasic.part04 -rwxrwxrwx 0 root support 71770 Jan 21 15:18 basic/bwbasic.part05 -rwxrwxrwx 0 root support 71381 Jan 21 15:18 basic/bwbasic.part06 -rwxrwxrwx 0 root support 71804 Jan 21 15:18 basic/bwbasic.part07 -rwxrwxrwx 0 root support 71827 Jan 21 15:18 basic/bwbasic.part08 -rwxrwxrwx 0 root support 71657 Jan 21 15:19 basic/bwbasic.part09 -rwxrwxrwx 0 root support 71233 Jan 21 15:19 basic/bwbasic.part10 -rwxrwxrwx 0 root support 48080 Jan 21 15:19 basic/bwbasic.part11 -rwxrwxrwx 0 root support 38818 Jan 21 15:19 basic/bwbasic.part12 -rwxrwxrwx 0 root support 38300 Jan 21 15:19 basic/bwbasic.part13 -rwxrwxrwx 0 root support 37658 Jan 21 15:20 basic/bwbasic.part14 -rwxrwxrwx 0 root support 35637 Jan 21 15:20 basic/bwbasic.part15 -rwsrwsrwx 0 root support 236 Jan 21 15:23 basic/install_basic End