a brand new coding language!
- You have to install g++. It may matter when your g++'s version is different from ours.
- Download the code in this repo and run it like this:
skeleton your_code_file
You can define a variable like this:
var var_name1 -> var_type1 , var_name2 -> var_type2 ... ;
var is a keyword, var_name1 and var_name2 are the names of the variables you want to define(the name can include numbers, letters and "_"'s. but they cannot include the keywords) and the var_type1 and var_type2 are the type of variables(they can be int,short,llong,uint,ullong,ldouble,float,boolean,ushort,char,uchar).