Added Readme.md

This commit is contained in:
Armando Rivera 2013-11-07 23:28:08 -05:00
parent 66e52f7d4c
commit 3b44bed044

19
Readme.md Normal file
View File

@ -0,0 +1,19 @@
# JADE
### *(Jades 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