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.
 
 
 
 
AIR 20e4c9aa6c Added REPEAT\$ Function 1 year ago
QT4/TinyTimes Added Makefile to fltkdemo 11 years ago
SDL2 Added -Wall to Makefiles 11 years ago
SFML2 SFML2 JADE Added 11 years ago
fltk Fixed error in Makefile 11 years ago
sdl_test Added -Wall to Makefiles 11 years ago
wx/help Deleted unused variables 11 years ago
.gitignore updated to exclude test binaries 1 year ago
Keywords.txt Added REPEAT\$ Function 1 year ago
Prototypes.txt Added REPEAT\$ Function 1 year ago
Readme.md cleanup 1 year ago
curl.inc Added CURL module 6 years ago
demo.cpp Added FORMAT$ command to runtime 11 years ago
generate-keywords.sh Updated generate-keywords script to support MAP and VECTOR properly 11 years ago
header.inc updated STR 6 years ago
jade.h cleaned up spurious template declarations 1 year ago
jsort.cpp MergeSort Example Initial Commit 9 years ago
runtime.inc Added REPEAT\$ Function 1 year ago
split-test.cpp Example of new SPLIT function 11 years ago

Readme.md

JADE

(Jade’s 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

To use, copy "jade.h", "header.inc" and "runtime.inc" to your project folder and #include "jade.h"