Skip to content

ithirzty/bah-brainfuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Brainfuck interpreter in Bah

This is a really simple Brainfuck interpreter written in Bah. This was made in 15 minutes so may not be the mose complexe interpreter.

Usage

Interpret file

To interpret a brainfuck program, use ./main <file>.

./main helloworld.bf

Debug file

To interpret a file in debug mode, use ./main <file> -debug. You will need to press any key to interpret the next instruction.

./main helloworld.bf -debug

This will output the following: debugger output video

Compilling the interpreter

To compile the interpreter, do bah main.bah.

About

A simple Brainfuck interpreter written in Bah.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages