jade/Readme.md
2013-11-09 02:17:38 +00:00

20 lines
486 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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