A mini macro library in C designed like an esoteric programming language.
I call it 'K' :D
its actually very simple, dont expect much from it.
make sure u compile it like
gcc [YOUR_FILE].c k_syntax_source.c -o [YOUR_EXECUTABLE]that source file is necessary.
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!