Yohannfra / brainfuck

My brainfuck interpreter in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brainfuck

A brainfuck interpreter written in C

Build

$ make

Run

$ ./brainfuck tests_programs/hello_world.bf #or any other .bf

Demo

$ ./brainfuck tests_programs/54321.bf
543210

$ ./brainfuck tests_programs/hello_world.bf
Hello World

$ ./brainfuck tests_programs/print_input.bf
Hi!
Hi!

$ ./brainfuck tests_programs/print_with_loop.bf
copy@copy.sh%

Test

Run tests with jenrik

$ jenrik test_brainfuck.toml

About

My brainfuck interpreter in C


Languages

Language:C 52.3%Language:Brainfuck 42.0%Language:Makefile 5.0%Language:Befunge 0.7%