slackbuilds/development/bacon
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README development/bacon: Fix README. 2016-11-15 21:41:38 +07:00
bacon.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
bacon.info development/bacon: Updated DOWNLOAD. 2021-05-04 19:28:53 -05:00
doinst.sh development/bacon: Updated for version 3.1. 2016-01-17 09:40:16 +07:00
slack-desc development/bacon: Fix slack-desc. 2016-11-14 16:47:23 +07:00

README

BaCon is a free  BASIC to C converter for Unix-based systems.
The following design goals were followed:
 * Must run on each Unix/Linux/BSD platform, including Mac OS X
 * Converted source code must be compilable with GCC
 * Must resemble genuine BASIC with implicit variable declarations
 * Spoken language constructs are preferred

Code converted by BaCon can be compiled by GCC, the Compaq C Compiler
or TCC. This SlackBuild uses gcc by default, you can change that with
the COMPILER variable.

Note: When a new version of BaCon is released, the downloads will
change and the md5sums won't match.