Skip to content

Latest commit

 

History

31 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k_syntax_

I call it 'K'

It's actually very simple, dont expect much from it.

what is it?

a mini macro library in C designed like an esoteric programming language.

how do you use it?

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

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages