42/brainfuck
2016-11-20 02:20:23 +02:00
..
inc init commit 2016-11-20 02:20:23 +02:00
src init commit 2016-11-20 02:20:23 +02:00
hello_world.bf init commit 2016-11-20 02:20:23 +02:00
Makefile init commit 2016-11-20 02:20:23 +02:00
README init commit 2016-11-20 02:20:23 +02:00

# Text File
# AUTHOR:   foton
# FILE:     README
# ROLE:     to rule them all
# CREATED:  2016-11-20 01:18:23
# MODIFIED: 2016-11-20 01:20:33

Simple brainfuck interpreter.

compile:	"make fclean, make" or "make re"
test:		"cat hello_world.bf | xargs ./brainfuck"