Skip to content

A mock-up of a made-up esoteric programming language inside of C using #define preprocessor directives. It's called 'K'.

License

Notifications You must be signed in to change notification settings

otouxama/k_syntax_

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k_syntax_

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.

why this README is so short?

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'.
end

enjoy!

About

A mock-up of a made-up esoteric programming language inside of C using #define preprocessor directives. It's called 'K'.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages