slackbuilds/development/bwbasic
Antonio Leal e7941e9a9f development/bwbasic: Added (Bywater BASIC Interpreter).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-12-18 14:42:41 +07:00
..
README development/bwbasic: Added (Bywater BASIC Interpreter). 2023-12-18 14:42:41 +07:00
bwbasic.SlackBuild development/bwbasic: Added (Bywater BASIC Interpreter). 2023-12-18 14:42:41 +07:00
bwbasic.info development/bwbasic: Added (Bywater BASIC Interpreter). 2023-12-18 14:42:41 +07:00
slack-desc development/bwbasic: Added (Bywater BASIC Interpreter). 2023-12-18 14:42:41 +07:00

README

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), and many
classic BASIC dialects in C.

bwBASIC can be configured to enable commands, functions, operators
and punctuation characters available in many classic dialects of BASIC;
these are controlled by various OPTION commands.  bwBASIC does not attempt
bug-level compatibility with any particular BASIC dialect nor does it
currently support graphics.  bwBASIC seeks to be as portable as possible.

It also offers shell programming facilities as an extension of BASIC.