Skip to content

KiriCode1/calm_esolang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Calm is a minimalictic esoteric programming language, a dialect of famous Brainfuck language, made just for fun. It has next commands implemented:

* - flip bit value in a current cell,

~ - input value,

_ - output value,

{ - move pointer one cell left,

} - move pointer one cell right

Use it freely and have a fun :)

To run calm code compile calm.cpp file using Makefile:

make calm

And then run it as:

./calm (file).calm

Releases

No releases published

Packages

No packages published