Go to file
2013-11-08 15:29:05 -05:00
SDL2 Added PWINDOW and PSURFACE types 2013-11-08 15:29:05 -05:00
sdl_test Added SDL2 Test Folder 2013-11-08 13:59:52 -05:00
.gitignore Changed char* in ImgLoader procs to CSTRING 2013-11-06 23:44:16 -05:00
demo.cpp renamed inc files, created 'jade.h' file to correspond with project name 2013-11-07 15:37:10 -05:00
generate-keywords.sh Initial Commit 2013-11-06 20:08:19 -05:00
header.inc renamed inc files, created 'jade.h' file to correspond with project name 2013-11-07 15:37:10 -05:00
jade.h renamed inc files, created 'jade.h' file to correspond with project name 2013-11-07 15:37:10 -05:00
Keywords.txt Added CHAR, ENUM/ENDENUM, EXIT, SHORT, LPCAR keywords, and first SDL Test 2013-11-06 21:52:08 -05:00
Prototypes.txt Added CHAR, ENUM/ENDENUM, EXIT, SHORT, LPCAR keywords, and first SDL Test 2013-11-06 21:52:08 -05:00
Readme.md Added Readme.md 2013-11-07 23:28:08 -05:00
runtime.inc renamed inc files, created 'jade.h' file to correspond with project name 2013-11-07 15:37:10 -05:00

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