summaryrefslogtreecommitdiffstats
path: root/development/bacon/README
diff options
context:
space:
mode:
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
commit990e9b20f1c8a1f43676c79a25392c93d46c8c4b (patch)
treefc64c68a4547dcab8d4fa89eedcfe8fa551f06d5 /development/bacon/README
parent2ffb8f82518fc3bd6ac6a4edfa81fa429b4577de (diff)
downloadslackbuilds-990e9b20f1c8a1f43676c79a25392c93d46c8c4b.tar.gz
slackbuilds-990e9b20f1c8a1f43676c79a25392c93d46c8c4b.tar.xz
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/README9
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.