Go to file
2013-11-10 16:29:35 -05:00
fltk Fixed error in Makefile 2013-11-10 04:06:56 -05:00
QT4/TinyTimes Added Makefile to fltkdemo 2013-11-09 23:39:58 -05:00
SDL2 SFML2 JADE Added 2013-11-10 16:29:35 -05:00
SDL2-SFML2-compare Initial setup for SDL2-SFML2-compare 2013-11-09 20:51:13 -05:00
sdl_test readme.txt edited online with Bitbucket 2013-11-09 02:18:58 +00:00
SFML2 SFML2 JADE Added 2013-11-10 16:29:35 -05:00
wx/help Add #IFDEF for OSX 2013-11-10 16:06:54 -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 Added PTR alias 2013-11-09 23:24:39 -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 Readme.md edited online with Bitbucket 2013-11-09 02:17:38 +00:00
runtime.inc Fixed warning in MCASE function 2013-11-09 18:37:09 -05:00

JADE

(Jades A Developing 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 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