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.
 
 
 
 
Armando Rivera c65f4d79f6 Merge branch 'master' of https://bitbucket.org/Airr/jade 11 years ago
SDL2 Added SDL2 Test Folder 11 years ago
sdl_test Added SDL2 Test Folder 11 years ago
.gitignore Changed char* in ImgLoader procs to CSTRING 11 years ago
Keywords.txt Added CHAR, ENUM/ENDENUM, EXIT, SHORT, LPCAR keywords, and first SDL Test 11 years ago
Prototypes.txt Added CHAR, ENUM/ENDENUM, EXIT, SHORT, LPCAR keywords, and first SDL Test 11 years ago
Readme.md Added Readme.md 11 years ago
demo.cpp renamed inc files, created 'jade.h' file to correspond with project name 11 years ago
generate-keywords.sh Initial Commit 11 years ago
header.inc renamed inc files, created 'jade.h' file to correspond with project name 11 years ago
jade.h renamed inc files, created 'jade.h' file to correspond with project name 11 years ago
runtime.inc renamed inc files, created 'jade.h' file to correspond with project name 11 years ago

Readme.md

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