Skip to content

This is a quick and dirty implementation of the brainfuck language [this repository is a mirror]

License

Notifications You must be signed in to change notification settings

ponceto/brainfuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BRAINFUCK

This is a quick and dirty implementation of the brainfuck language written in C++.

COMPILE AND RUN

Install the dependencies

Under Debian and derivatives (Ubuntu, Mint, ...):

apt-get install build-essential

Build and run the project

Move to the src directory:

cd src

Build the sources:

make

Run the tests:

make check

Execute the interpreter:

./brainfuck.bin [EXPRESSIONS...]

LICENSE

The source code is released under the terms of the GNU General Public License 2.0.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>

About

This is a quick and dirty implementation of the brainfuck language [this repository is a mirror]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published