You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jade/Readme.md

22 lines
590 B

11 years ago
# JADE
### *(Jade’s A Developing Experiment)*
11 years ago
### 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 using a BASIC-like syntax to program C++.
11 years ago
### For the list of current Keywords, see the Keywords.txt file
### For the Function/Sub prototypes, see the Prototypes.txt file
11 years ago
11 years ago
### To use, copy "jade.h", "header.inc" and "runtime.inc" to your project folder and #include "jade.h"