diff options
author | Steve Pledger <spledger91@yahoo.com> | 2010-12-19 10:41:17 -0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-12-20 22:44:03 -0600 |
commit | 990e9b20f1c8a1f43676c79a25392c93d46c8c4b (patch) | |
tree | fc64c68a4547dcab8d4fa89eedcfe8fa551f06d5 /development/bacon/README | |
parent | 2ffb8f82518fc3bd6ac6a4edfa81fa429b4577de (diff) | |
download | slackbuilds-990e9b20f1c8a1f43676c79a25392c93d46c8c4b.tar.gz |
development/bacon: Added (basic converter)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development/bacon/README')
-rw-r--r-- | development/bacon/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/development/bacon/README b/development/bacon/README new file mode 100644 index 0000000000..a784a287b4 --- /dev/null +++ b/development/bacon/README @@ -0,0 +1,9 @@ +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 + +Note: When a new version of BaCon is released, the downloads will +change and the md5sums won't match. |