From e991daeb45c8ba64d7a2aa649494d1ed603cb9ca Mon Sep 17 00:00:00 2001 From: Samuel Crow Date: Thu, 11 Mar 2021 21:39:43 -0600 Subject: [PATCH] Add new ReadMe file (old one accidently committed) Unstaged changes should never be committed by Git. --- README.md | 36 ++---------------------------------- 1 file changed, 2 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index 83bc1bb..9ce2979 100644 --- a/README.md +++ b/README.md @@ -1,36 +1,4 @@ -# YAB -yab | yet another Basic for HAIKU -=== -Yab is a complete BASIC programming language for Haiku. +# Yab2Cpp - -Yab allows fast prototyping with simple and clean code. yab contains a large number of BeAPI specific commands for GUI creation and much, much more. - -yab-IDE is a powerful development environment, which of course is programmed in yab itself. - - -Compiling ---------------------- -run `make install` in `src`. - -type `gcc -o yab-compress yab-compress.c -lz` in `/yab-IDE/BuildFactory`. - -Upgrading ---------------------- - Delete ~/yab_work/BuildFactory - -This will insure that the BuildFactory is refreshed with the current version. - -LICENSE: Artistic License -- Create your own stand-alone binaries with yab under any license you want. -AUTHOR: jan__64 - -yab homepage: http://yab.orgfree.com/ - -yab forum: http://yab.orgfree.com/forum/ - -IRC channel: - -Network: Freenode - -Channel: #yab +A C++ export engine for the Yab interpreted language.