I call it 'K' :D
It's actually very simple, dont expect much from it.
a mini macro library in C designed like an esoteric programming language.
make sure u compile it like this in the terminal
gcc [YOUR_FILE].c k_syntax_source.c -o [YOUR_EXECUTABLE]that source file is necessary.
now, how does a regular K program look like?
// get the k_syntax header and its source in a folder/directory.
#include "k_syntax.h"
start
output("hi.\n"); // 'hi'
joutput("wassup light_jh1.\n"); // 'wassup light-san'.
endEnjoy!