b18854c74f2d46daa165d68338f70aa72050c6e0
				
			
			
		
	BFF
BFF (BrainFuck Fucker) is a really simple Brainfuck interpreter in c
Usage
$ make 
$ ./bff <program.bf>
TODO
- Faster loops by keeping the position of the previous '[' or ']'
Resources
- The wikipedia's BrainFuck Design Language: https://en.wikipedia.org/wiki/Brainfuck#Language_design
Description
				
					Languages
				
				
								
								
									C
								
								83.3%
							
						
							
								
								
									Makefile
								
								16.7%