From 3b44bed044ed4f6b2891efcbc6844272c518cf0a Mon Sep 17 00:00:00 2001 From: Armando Rivera Date: Thu, 7 Nov 2013 23:28:08 -0500 Subject: [PATCH] Added Readme.md --- Readme.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..b95c050 --- /dev/null +++ b/Readme.md @@ -0,0 +1,19 @@ +# JADE + +### *(Jade’s A Development Experiment)* + +### JADE is a set of include files with Macros and Functions that seeks to provide a Basic-Like way of creating c++ code. + +### Compile with: + +`g++ -Wall demo.cpp -o demo ` + +### or if using clang, use: + +`clang++ demo.cpp -o demo` + +### This is a proof of concept of using a BASIC-like syntax to program C++. + +### For the list of current Keywords, see the Keywords.txt file + +### For the Function/Sub prototypes, see the Prototypes.txt file