Skip to content
/ bfu Public

brainfuck debugger for unix

License

Notifications You must be signed in to change notification settings

gavv/bfu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bfu

bfu is an interactive command-line brainfuck debugger with support for breakpoints and watchpoints, undoing and redoing instructions, and more. It may also operate in interpreter and preprocessor modes.

I wrote it as a joke in my student years, and to be honest I have no idea what the hell is going on in the source code. Though it seems I added some documentation.

Run bfu -h for command-line options.

Run bfu -m or pod2man bfu | man -l - to view the man page, or see MANUAL.md.