Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

dominik-chat/bfuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bfuck

bfuck is a simple brainfuck interpreter.

Compilation

The program requires a C compiler and cmake.

The compilation compilation of the program can be performed in the root directory:

cmake -S. -Bbuild
cd build
make

The program can be installed using this command:

make install

Note that you may be required to execute this command as a superuser

About

Simple brainfuck interpreter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published