slackbuilds_ponce/development/bacon
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
bacon.bac development/bacon: Updated for version 1.0_build_22. 2011-06-13 01:31:20 -04:00
bacon.bash development/bacon: Updated for version 1.0_build_22. 2011-06-13 01:31:20 -04:00
bacon.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
bacon.SlackBuild development/bacon: Updated for version 1.0_build_22. 2011-06-13 01:31:20 -04:00
README development/bacon: Updated for version 1.0_build_22. 2011-06-13 01:31:20 -04:00
slack-desc development/bacon: Added (basic converter) 2010-12-20 22:44:03 -06:00

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.